Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 9c470e2

Browse files
Bump numpy from 1.26.3 to 1.26.4
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 1.26.4. - [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.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b483b2c commit 9c470e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.26.3
1+
numpy==1.26.4
22
scipy==1.12.0
33
bitarray==2.9.2
44
future==0.18.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
keywords='nearpy approximate nearest neighbour',
1818
long_description=open('README.txt').read(),
1919
install_requires=[
20-
"numpy==1.26.3",
20+
"numpy==1.26.4",
2121
"scipy==1.12.0",
2222
"bitarray==2.9.2",
2323
"future==0.18.3",

0 commit comments

Comments
 (0)