Skip to content

Commit

Permalink
Don't use TF 2.5.0 (#2278)
Browse files Browse the repository at this point in the history
Currently breaks normal tests and pipenv. Also,
it depends on keras-nightly (probably because of
Google I/O rush). Hopefully, 2.5.1+ fixes it.
  • Loading branch information
gitanshu authored May 18, 2021
1 parent 1e7ca02 commit 669733f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'scikit-image',
'scipy',
'setproctitle>=1.0',
'tensorflow>=1.14',
'tensorflow>=1.14,!=2.5.0',
'tensorflow-probability>=0.11.0',
'torch>=1.0.0,!=1.5.0,<1.8.0',
'torchvision>=0.2.1,<=0.8.2',
Expand Down

0 comments on commit 669733f

Please sign in to comment.