Skip to content

Commit 9c9a7cc

Browse files
Update numpy requirement from ~=2.1.0 to >=2.1,<2.3
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@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0be8fb commit 9c9a7cc

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
@@ -76,7 +76,7 @@ test = [
7676
"security==1.3.1",
7777
"types-mock==5.1.*",
7878
"django>=4,<6",
79-
"numpy~=2.1.0",
79+
"numpy>=2.1,<2.3",
8080
"flask_wtf~=1.2.0",
8181
"fickling~=0.1.0,>=0.1.3",
8282
"graphql-server~=3.0.0b7",

0 commit comments

Comments
 (0)