Skip to content

Commit

Permalink
Update requirements to latest versions available with Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
dnouri committed Apr 28, 2015
1 parent 7179a72 commit 2f6a31a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cov-core==1.14.0
cov-core==1.15.0
coverage==3.7.1
pytest==2.6.4
pytest-cov==1.8.0
pytest==2.7.0
pytest-cov==1.8.1
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Flask==0.10.1
Jinja2==2.7.3
MarkupSafe==0.23
Werkzeug==0.9.6
Werkzeug==0.10.4
docopt==0.6.2
itsdangerous==0.24
joblib==0.8.4
# julia==0.1.1
numpy==1.9.0
pandas==0.14.1
psutil==2.1.3
numpy==1.9.2
pandas==0.16.0
psutil==2.2.1
py==1.4.26
python-dateutil==2.4.1
pytz==2014.7
python-dateutil==2.4.2
pytz==2015.2
# rpy2==2.5.2
scikit-learn==0.15.2
scipy==0.14.0
scikit-learn==0.16.1
scipy==0.15.1
six==1.9.0
sqlalchemy==0.9.8
sqlalchemy==1.0.1
ujson==1.33

0 comments on commit 2f6a31a

Please sign in to comment.