Skip to content

Commit cc03615

Browse files
authored
lift tensorboard version restriction (#8765)
1 parent 69f287e commit cc03615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ future>=0.17.1 # required for builtins in setup.py
66
tqdm>=4.41.0
77
PyYAML>=5.1
88
fsspec[http]>=2021.05.0, !=2021.06.0
9-
tensorboard>=2.2.0, !=2.5.0 # 2.5.0 GPU CI error: 'Couldn't build proto file into descriptor pool!'
9+
tensorboard>=2.2.0
1010
torchmetrics>=0.4.1
1111
pyDeprecate==0.3.1
1212
packaging>=17.0

0 commit comments

Comments
 (0)