Skip to content

Commit

Permalink
Relax pandas upper requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Oct 1, 2017
1 parent 17bc115 commit 8bf4149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
numpy>=1.10.1
scipy>=0.16.1
pandas>=0.18.0,<0.21
pandas>=0.18.0
scikit-learn>=0.18.0
2 changes: 1 addition & 1 deletion requirements_engine.txt
@@ -1,6 +1,6 @@
numpy>=1.10.1 # core libraries
scipy>=0.16.1
pandas>=0.18.0,<0.21
pandas>=0.18.0
scikit-learn>=0.18.0
nltk>=3.2.1
pytest>=3.0.1
Expand Down

0 comments on commit 8bf4149

Please sign in to comment.