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

Commit ee9b636

Browse files
authored
Merge pull request #69 from riskmethods/dependabot/pip/scipy-1.13.0
Bump scipy from 1.12.0 to 1.13.0
2 parents 00f9e14 + e1ee125 commit ee9b636

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.4
2-
scipy==1.12.0
2+
scipy==1.13.0
33
bitarray==2.9.2
44
future==1.0.0
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.4",
21-
"scipy==1.12.0",
21+
"scipy==1.13.0",
2222
"bitarray==2.9.2",
2323
"future==1.0.0",
2424
],

0 commit comments

Comments
 (0)