Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
befelix committed Oct 25, 2018
1 parent efcbf08 commit 8e55660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,7 +1,7 @@
numpy
numpy>=1.0,<=2.0
scipy
gpflow==0.4.0
matplotlib
cvxpy>=1
tensorflow>=1.6.0
cvxpy>=1,<=2
tensorflow>=1.6.0,<=2.0
future
2 changes: 1 addition & 1 deletion requirements_dev.txt
@@ -1,5 +1,5 @@
mock
flake8
flake8>=3.0,<=3.5.0
pytest
pytest-cov
pydocstyle>=2.0
Expand Down

0 comments on commit 8e55660

Please sign in to comment.