Skip to content

Commit

Permalink
Revert scikit-learn to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Jan 19, 2025
1 parent 1c9c812 commit 552907c
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 @@ -79,5 +79,5 @@ def get_readme():
],
python_requires=">=3.7.0",
setup_requires=["numpy>=1.21.4", "scipy>=1.7.2"],
install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==1.0.1"],
install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==0.24.2"],
)

0 comments on commit 552907c

Please sign in to comment.