Skip to content

Commit

Permalink
Merge pull request #139 from lucywowen/spot_check
Browse files Browse the repository at this point in the history
Spot check
  • Loading branch information
jeremymanning committed Jun 10, 2021
2 parents 9dfddd3 + 81628c8 commit f02a6ec
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 112 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -25,11 +25,11 @@
'duecredit',
'numpy>=1.14.2',
'pandas>=0.22.0',
'hypertools',
'scipy>=0.13.3',
'hypertools==0.5.1',
'scipy==1.2.1',
'matplotlib>=2.1.0',
'seaborn>=0.8.1',
'scikit-learn>=0.19.1',
'scikit-learn==0.19.1',
],
packages=find_packages(exclude=('tests', 'docs')),
)
Expand Down

0 comments on commit f02a6ec

Please sign in to comment.