Skip to content

Commit

Permalink
allow newer versions of scikit-learn to prevent problems with Python …
Browse files Browse the repository at this point in the history
…3.12
  • Loading branch information
freiburgermsu committed Jul 29, 2024
1 parent acf1f39 commit 1387388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
install_requires=[
"networkx >= 2.4",
"cobra >= 0.17.1",
"scikit-learn == 1.2.0", # version lock for pickle ML models
"scikit-learn >= 1.2.0", # version lock for pickle ML models
"scipy >= 1.5.4",
"chemicals >= 1.0.13",
"chemw >= 0.3.2",
Expand Down

0 comments on commit 1387388

Please sign in to comment.