Skip to content

Commit

Permalink
Force version for scikit-learn requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jun 22, 2022
1 parent 2b8573e commit a8f65d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sympy
pandas
numpy
scikit_learn
scikit_learn >= 1.0.0
julia
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/MilesCranmer/pysr",
install_requires=["julia>=0.5.7", "numpy", "pandas", "sympy", "scikit-learn"],
install_requires=[
"julia>=0.5.7",
"numpy",
"pandas",
"sympy",
"scikit-learn >= 1.0.0",
],
packages=setuptools.find_packages(),
package_data={"pysr": ["../Project.toml", "../datasets/*"]},
include_package_data=False,
Expand Down

0 comments on commit a8f65d5

Please sign in to comment.