Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pillow==6.2.1 # 7.0.0 breaks torchvision
numpy==1.16.3
torch==1.0.1
torchvision==0.2.2.post3
tensorflow==1.8.0 # works on dgx not on Mac...
tensorflow==2.9.3 # works on dgx not on Mac...
# tensorflow==1.14.0 # works on Mac not on dgx...
tensorboardX==1.6
neo4jrestclient==2.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
py_modules=['smtag.command_line'],
install_requires=[
#'tensorflow==1.8.0', # dgx
'tensorflow==1.14.0', # mac needed for tensorboardX visualization
'tensorflow==2.9.3', # mac needed for tensorboardX visualization
'tensorboardX',
'docopt',
'torch==1.0.1',
Expand Down
2 changes: 1 addition & 1 deletion smtag/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tensorflow==1.8.0 # works on dgx not on Mac...
tensorflow==1.14.0 # works on Mac not on dgx...
tensorflow==2.9.3 # works on Mac not on dgx...
docopt==0.6.2
numpy==1.16.3
torch==1.0.1
Expand Down