AI-Feynman icon indicating copy to clipboard operation
AI-Feynman copied to clipboard

Fix issue #82: scikit-learn and requirement file update

Open Codegass opened this issue 1 year ago • 1 comments

This PR fix Issue #82

Like in issue #82, I have also tried to use the package on my Mac, but it seems the dependency of the lib is out-of-date.

There are two fix in this PR.

For local running of the lib:

  • The requirement.txt file is fixed with correct version requirements and package name.

For Setup.py for PIP install:

  • The setup.py's dependency sklearn is corrected to scikit-learn.

Codegass avatar Oct 06 '23 02:10 Codegass

This code can resolve the install issue created by sklearn rename as scikit-learn, Please merge this pull requests. Without this pull, I cannot install the aifeynman package.😩

Thesoul20 avatar Nov 09 '23 12:11 Thesoul20