Skip to content

Commit ef0f93d

Browse files
chore(deps): update numpy requirement in /API
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.23.3...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c68904 commit ef0f93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
dependencies = [
3030
"pydantic>=2.7.0",
3131
"python-socketio[client]>=5.8, <5.12",
32-
"numpy>=1.23.3, <1.27.0",
32+
"numpy>=1.23.3, <2.3.0",
3333
"Pillow>=10.4.0, <10.5",
3434
"vbl-aquarium>=0.0.15",
3535
]

0 commit comments

Comments
 (0)