Skip to content

Commit

Permalink
upgrade grpc (#1069)
Browse files Browse the repository at this point in the history
* upgrade grpc

* downgrade tensorboard
  • Loading branch information
TomorrowIsAnOtherDay authored Mar 9, 2023
1 parent baf8a6b commit 3cdc79d
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 @@ -77,7 +77,7 @@ def find_version(*file_paths):
'cloudpickle==1.3.0; python_version<"3"',
'cloudpickle==1.6.0; python_version>="3"',
"tensorboardX==2.5",
"tensorboard",
"tensorboard<=2.11.0",
"flask>=1.0.4",
"click",
"psutil>=5.6.2",
Expand Down

0 comments on commit 3cdc79d

Please sign in to comment.