Skip to content

Commit

Permalink
require tensorflow <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Oct 8, 2019
1 parent 1cd00ff commit 678a56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scikit-learn>=1.19.1
matplotlib>=3.0
pandas>=0.25
keras>=2.2
tensorflow>=1.13
tensorflow>=1.13,<2.0
scprep>=1.0
joblib
phate>=0.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'coverage',
'coveralls',
'keras>=2.2',
'tensorflow>=1.13',
'tensorflow>=1.13,<2.0',
'parameterized',
]

Expand Down

0 comments on commit 678a56b

Please sign in to comment.