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

Commit 74c5e54

Browse files
authored
Merge pull request #62 from riskmethods/dependabot/pip/numpy-1.26.4
Bump numpy from 1.26.3 to 1.26.4
2 parents b483b2c + 9c470e2 commit 74c5e54

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)