Update numpy requirement from <1.24.2,>=1.17.2 to >=1.17.2,<1.24.4 in /requirements (#17538)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c950ae2ee0
commit
294c3b8cca
|
@ -1,5 +1,5 @@
|
|||
sphinx >=4.0, <5.0
|
||||
myst-parser==0.18.1
|
||||
myst-parser >=0.18.1, <1.0.0
|
||||
nbsphinx >=0.8.5, <=0.8.9
|
||||
pandoc >=1.0, <=2.3
|
||||
docutils >=0.16, <0.20
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
|
||||
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
|
||||
|
||||
numpy >=1.17.2, <1.24.2
|
||||
numpy >=1.17.2, <1.24.4
|
||||
torch >=1.11.0, <=2.0.0
|
||||
fsspec[http]>2021.06.0, <2023.5.0
|
||||
packaging >=17.1, <=23.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
|
||||
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
|
||||
|
||||
numpy >=1.17.2, <1.24.2
|
||||
numpy >=1.17.2, <1.24.4
|
||||
torch >=1.11.0, <=2.0.0
|
||||
tqdm >=4.57.0, <4.65.0
|
||||
PyYAML >=5.4, <=6.0
|
||||
|
|
Loading…
Reference in New Issue