File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies:
33
33
- future>=0.17.1
34
34
- PyYAML>=5.1
35
35
- tqdm>=4.41.0
36
- - fsspec[http]>=2021.05.0, !=2021. 06.0
36
+ - fsspec[http]>=2021.06.1
37
37
# - tensorboard>=2.2.0 # not needed, already included in pytorch
38
38
39
39
# Optional
Original file line number Diff line number Diff line change 3
3
4
4
numpy>=1.17.2, <1.23.1
5
5
torch>=1.9.*, <1.13.0
6
- fsspec[http]>=2021.05.0, !=2021. 06.0 , <2022.6.0
6
+ fsspec[http]>=2021.06.1 , <2022.6.0
7
7
packaging>=17.0, <=21.3
8
8
typing-extensions>=4.0.0, <4.3.1
9
9
lightning-utilities==0.3.*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ numpy>=1.17.2, <1.23.1
5
5
torch>=1.9.*, <1.13.0
6
6
tqdm>=4.57.0, <4.65.0
7
7
PyYAML>=5.4, <=6.0
8
- fsspec[http]>=2021.05.0, !=2021. 06.0 , <2022.8.0
8
+ fsspec[http]>=2021.06.1 , <2022.8.0
9
9
tensorboard>=2.9.1, <2.11.0
10
10
torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version
11
11
packaging>=17.0, <=21.3
You can’t perform that action at this time.
0 commit comments