Requirements: Add ranges.

This commit is contained in:
Brandon Amos 2016-01-11 11:20:22 -05:00
parent b4b0b60e7b
commit f11b9df9fa
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
numpy==1.10.2
scipy==0.16.1
pandas==0.17.0
scikit-learn==0.17
nose==1.3.7
numpy >= 1.1, < 2.0
scipy >= 0.13, < 0.17
pandas >= 0.13, < 0.18
scikit-learn >= 0.14, < 0.18
nose >= 1.3.1, < 1.4