Skip to content

Commit 4b81efa

Browse files
Update numpy requirement from ==2.2.* to ==2.0.* in /server (#343)
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.2.0.dev0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e85dd3 commit 4b81efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ emoji==2.14.*
1616
icalendar==6.1.*
1717
lxml==5.4.*
1818
matplotlib==3.9.*
19-
numpy==2.2.*
19+
numpy==2.0.*
2020
orjson==3.10.*
2121
openpyxl~=3.1.4
2222
Pillow==11.0.*

0 commit comments

Comments
 (0)