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

Commit 38b61f8

Browse files
authored
Merge pull request #52 from riskmethods/dependabot/pip/scipy-1.11.4
Bump scipy from 1.11.3 to 1.11.4
2 parents ef03592 + 6af782d commit 38b61f8

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.26.2
2-
scipy==1.11.3
2+
scipy==1.11.4
33
bitarray==2.8.3
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.26.2",
21-
"scipy==1.11.3",
21+
"scipy==1.11.4",
2222
"bitarray==2.8.3",
2323
"future==0.18.3",
2424
],

0 commit comments

Comments
 (0)