Skip to content

Commit ac9fd27

Browse files
Update numpy requirement from <2.0.0 to <3.0.0
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](numpy/numpy@v0.2.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd50cba commit ac9fd27

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements-npu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ codetiming
44
datasets
55
dill
66
hydra-core
7-
numpy<2.0.0
7+
numpy<3.0.0
88
pandas
99
peft>=0.15.2
1010
pyarrow>=15.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ datasets
55
dill
66
hydra-core
77
liger-kernel
8-
numpy<2.0.0
8+
numpy<3.0.0
99
pandas
1010
peft
1111
pyarrow>=19.0.0

requirements_sglang.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ datasets
55
dill
66
flash-attn
77
hydra-core
8-
numpy<2.0.0
8+
numpy<3.0.0
99
pandas
1010
peft
1111
pyarrow>=19.0.0

0 commit comments

Comments
 (0)