Skip to content

Commit 20df5c0

Browse files
Update scipy requirement from >=0.16 to >=1.17.1
Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v0.16.0...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ab21ba commit 20df5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=1.13.3
22
matplotlib>=2.0.0
33
h5py>=2.7
4-
scipy>=0.16
4+
scipy>=1.17.1
55
numba
66

77
pytest>=3.6

0 commit comments

Comments
 (0)