We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5d357 commit 81628c8Copy full SHA for 81628c8
setup.py
@@ -29,7 +29,7 @@
29
'scipy==1.2.1',
30
'matplotlib>=2.1.0',
31
'seaborn>=0.8.1',
32
- 'scikit-learn>=0.19.1',
+ 'scikit-learn==0.19.1',
33
],
34
packages=find_packages(exclude=('tests', 'docs')),
35
)
0 commit comments