Skip to content

Commit d74fd9a

Browse files
Update scipy requirement from <1.12.0,>=1.4.1 to >=1.4.1,<1.13.0 (#233)
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@v1.4.1...v1.12.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ac2810 commit d74fd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"tqdm>=4.59,<4.67",
1919
"scikit-image>=0.17.2,<0.23.0",
2020
"matplotlib>=3.3.3,<3.9.0",
21-
"scipy>=1.4.1,<1.12.0",
21+
"scipy>=1.4.1,<1.13.0",
2222
"scikit-learn>=0.24,<1.5",
2323
"tflite-runtime>=2.7.0,<2.15.0",
2424
],

0 commit comments

Comments
 (0)