Skip to content

Commit

Permalink
downgrade scikit-learn to 1.3.0 to try and resolve ANM + Lmfit discre…
Browse files Browse the repository at this point in the history
…pancy
  • Loading branch information
joshuabmoore committed May 18, 2024
1 parent 5c02418 commit e08e7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
h5py
scikit-learn==1.1.0
scikit-learn==1.3.0
scipy
numpy
pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


install_requires = [
'scikit-learn==1.1.0',
'scikit-learn==1.3.0',
'scipy',
'numpy',
'pandas',
Expand Down

0 comments on commit e08e7c8

Please sign in to comment.