Skip to content

Commit 7c64d74

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.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e088d37 commit 7c64d74

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.2.0",
3333
"Pillow>=9.5, <10.4",
3434
"vbl-aquarium>=0.0.15",
3535
]

0 commit comments

Comments
 (0)