Skip to content

Commit 0675187

Browse files
committed
bump tensorboard version
- tensorboard < 2.16.2 used some old protobuf functions that were dropped in current protobuf, so a bump in version is needed. Signed-off-by: Jack Luar <[email protected]>
1 parent 73e5053 commit 0675187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ optuna==3.6.0
55
pandas>=2.0,<=2.2.1
66
bayesian-optimization==1.4.0
77
colorama==0.4.6
8-
tensorboard>=2.14.0,<=2.16.2
8+
tensorboard>=2.17.0
99
protobuf>=5.26.1
1010
SQLAlchemy==1.4.17
1111
urllib3>=1.26.17

0 commit comments

Comments
 (0)