Skip to content

Commit a5e67ee

Browse files
Update numpy requirement from <2.0,>=1.26.4 to >=1.26.4,<3.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@v1.26.4...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0be40e0 commit a5e67ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers=[
2626
"Programming Language :: Python :: 3.11",
2727
]
2828
dependencies = [
29-
"numpy>=1.26.4,<2.0",
29+
"numpy>=2.0.0,<3.0",
3030
"accelerate>=0.20.3,<0.40",
3131
"transformers>=4.34.1,<=4.40.2,!=4.38.2",
3232
"torch>=2.2.0,<3.0",

0 commit comments

Comments
 (0)