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

Commit 40157fd

Browse files
authored
Merge pull request #13 from riskmethods/update_numpy
update numpy
2 parents 1de1766 + 4e256d6 commit 40157fd

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.21.6
1+
numpy==1.24.2
22
scipy==1.10.1
33
bitarray==2.7.3
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.21.6",
20+
"numpy==1.24.2",
2121
"scipy==1.10.1",
2222
"bitarray==2.7.3",
2323
"future==0.18.3",

0 commit comments

Comments
 (0)