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

Commit a73f734

Browse files
authored
Merge pull request #41 from riskmethods/dependabot/pip/scipy-1.11.2
Bump scipy from 1.11.1 to 1.11.2
2 parents bd71c9f + 5dac054 commit a73f734

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,5 +1,5 @@
11
numpy==1.25.2
2-
scipy==1.11.1
2+
scipy==1.11.2
33
bitarray==2.8.1
44
future==0.18.3
55
mockredispy==2.9.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description=open('README.txt').read(),
1919
install_requires=[
2020
"numpy==1.25.2",
21-
"scipy==1.11.1",
21+
"scipy==1.11.2",
2222
"bitarray==2.8.1",
2323
"future==0.18.3",
2424
],

0 commit comments

Comments
 (0)