Skip to content

Commit

Permalink
Add pandas as hard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
aboucaud committed Sep 15, 2017
1 parent 14d5503 commit 2602163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,3 +1,4 @@
numpy>=1.13
scipy>=0.19
pandas>=0.19.2
scikit-learn>=0.18
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -60,6 +60,7 @@
install_requires=[
'numpy>=1.13',
'scipy>=0.19',
'pandas>=0.19.2',
'scikit-learn>=0.18'],
platforms='any',
packages=find_packages(),
Expand Down

0 comments on commit 2602163

Please sign in to comment.