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

Commit 6af782d

Browse files
Bump scipy from 1.11.3 to 1.11.4
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.11.3...v1.11.4) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef03592 commit 6af782d

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)