Skip to content

Commit 2cdb5f4

Browse files
Update numpy requirement from ~=2.4.0 to ~=2.4.1 in /dao (#508)
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.4.0...v2.4.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.1 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 753e6cc commit 2cdb5f4

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.4.0
5+
numpy~=2.4.1
66
mysql~=0.0.3
77
cffi~=2.0.0
88
mysql-connector-python~=9.5.0

0 commit comments

Comments
 (0)