Skip to content
Snippets Groups Projects
Commit bbd6fef9 authored by Bar's avatar Bar Committed by Neta Zmora
Browse files

Change requirements on Tensorflow version (#400)

Hot-fix for issue that arises with FileWriter class on TF v2.
Allows only Tensorflow v1.X
parent 2e0d147f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ torchvision==0.3.0
scipy>=1.3.0
gitpython==2.1.11
torchnet==0.0.4
tensorflow>=1.14
tensorflow~=1.14
pydot==1.4.1
tabulate==0.8.3
pandas>=0.22.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment