Skip to content

Commit 552907c

Browse files
committed
Revert scikit-learn to 0.24.2
1 parent 1c9c812 commit 552907c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ def get_readme():
7979
],
8080
python_requires=">=3.7.0",
8181
setup_requires=["numpy>=1.21.4", "scipy>=1.7.2"],
82-
install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==1.0.1"],
82+
install_requires=["numpy>=1.21.4", "scipy>=1.7.2", "scikit-learn==0.24.2"],
8383
)

0 commit comments

Comments
 (0)