Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
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 @@ -15,7 +15,7 @@ future==0.18.2 # temporarily needed by tensorboard
grpcio==1.29.0 # tensorboard requirement
hyperopt==0.2.4 # for bayesian hyperparam searching
matplotlib==3.2.1 # for plotting (exploring their use)
numpy==1.18.1 # general use
numpy==1.22.0 # general use
pandas==1.0.4 # for DataFrame
paramiko==2.7.1 # SSH session-level API (fast access to remote box)
pillow==7.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"grpcio==1.29.0", # tensorboard requirement
"hyperopt==0.2.4", # for bayesian hyperparam searching
"matplotlib==3.2.1", # for plotting (exploring their use)
"numpy==1.18.1", # general use
"numpy==1.22.0", # general use
"pandas==1.0.4", # for DataFrame
"paramiko==2.7.1", # SSH session-level API (fast access to remote box)
"pillow==7.1.0",
Expand Down