Skip to content

Commit

Permalink
build(deps): bump numpy from 1.26.4 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.1.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent a88f53d commit 3ef1053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
distro==1.9.* ; sys_platform == 'linux'
lxml>=4.9,<5.3
notify-py>=0.3.42,<0.4
numpy>=1.22,<1.27
numpy>=1.22,<2.2
openpyxl>=3.0,<3.2
pgserviceparser>=2.2,<3
requests>=2.32.3,<3
Expand Down
2 changes: 1 addition & 1 deletion requirements/windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--find-links=../lib

gdal==3.* --no-index ; sys_platform == 'win32'
numpy==1.26.4 --no-index ; sys_platform == 'win32'
numpy==2.1.0 --no-index ; sys_platform == 'win32'

0 comments on commit 3ef1053

Please sign in to comment.