Update numpy requirement from <1.25.1,>=1.17.2 to >=1.17.2,<1.25.2 in /requirements (#18035)
Update numpy requirement in /requirements Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.17.2...v1.25.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5e6fbe5548
commit
10aa00faeb
|
@ -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.25.1
|
||||
numpy >=1.17.2, <1.25.2
|
||||
torch >=1.11.0, <2.1.0
|
||||
fsspec[http]>2021.06.0, <2023.5.0
|
||||
packaging >=20.0, <=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.25.1
|
||||
numpy >=1.17.2, <1.25.2
|
||||
torch >=1.11.0, <2.1.0
|
||||
tqdm >=4.57.0, <4.66.0
|
||||
PyYAML >=5.4, <=6.0
|
||||
|
|
Loading…
Reference in New Issue