Skip to content

Commit 3129b4f

Browse files
Update numpy requirement from ~=2.3.5 to ~=2.4.0 in /dao (#494)
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.3.5...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68ae0d6 commit 3129b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dao/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas~=2.3.3
22
pytz~=2025.2
33
requests~=2.32.5
44
matplotlib~=3.10.8
5-
numpy~=2.3.5
5+
numpy~=2.4.0
66
mysql~=0.0.3
77
cffi~=2.0.0
88
mysql-connector-python~=9.5.0

0 commit comments

Comments
 (0)