Skip to content

Commit f02a6ec

Browse files
Merge pull request #139 from lucywowen/spot_check
Spot check
2 parents 9dfddd3 + 81628c8 commit f02a6ec

File tree

2 files changed

+120
-112
lines changed

2 files changed

+120
-112
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
'duecredit',
2626
'numpy>=1.14.2',
2727
'pandas>=0.22.0',
28-
'hypertools',
29-
'scipy>=0.13.3',
28+
'hypertools==0.5.1',
29+
'scipy==1.2.1',
3030
'matplotlib>=2.1.0',
3131
'seaborn>=0.8.1',
32-
'scikit-learn>=0.19.1',
32+
'scikit-learn==0.19.1',
3333
],
3434
packages=find_packages(exclude=('tests', 'docs')),
3535
)

0 commit comments

Comments
 (0)