File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3
3
4
4
numpy>=1.17.2, <1.23.1
5
- torch>=1.10.0, <=1.13.0
5
+ torch>=1.10.0, <=1.13.1
6
6
fsspec[http]>2021.06.0, <2022.6.0
7
7
packaging>=17.0, <=21.3
8
8
typing-extensions>=4.0.0, <=4.4.0
Original file line number Diff line number Diff line change 1
1
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
2
2
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3
3
4
- torchvision>=0.10.0, <=0.13.0
4
+ torchvision>=0.10.0, <=0.14.1
Original file line number Diff line number Diff line change 2
2
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3
3
4
4
numpy>=1.17.2, <1.23.1
5
- torch>=1.10.0, <=1.13.0
5
+ torch>=1.10.0, <=1.13.1
6
6
tqdm>=4.57.0, <4.65.0
7
7
PyYAML>=5.4, <=6.0
8
8
fsspec[http]>2021.06.0, <2022.8.0
Original file line number Diff line number Diff line change 1
1
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
2
2
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3
3
4
- torchvision>=0.11.1, <=0.14.0
4
+ torchvision>=0.11.1, <=0.14.1
5
5
gym[classic_control]>=0.17.0, <0.26.3
6
6
ipython[all] <8.6.1
You can’t perform that action at this time.
0 commit comments