Skip to content

Commit

Permalink
Update scipy requirement from <1.12,>=1.5.4 to >=1.5.4,<1.15 in /tests
Browse files Browse the repository at this point in the history
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.11.1...v1.14.1)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 37f2b79 commit ecaa9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# for common utils
py-cpuinfo==9.0.0
scipy>=1.5.4,<1.12
scipy>=1.5.4,<1.15
opencv-python>=4.5; sys_platform != "darwin"
opencv-python==4.6.0.66; sys_platform == "darwin"
unittest-xml-reporting==3.0.4
Expand Down

0 comments on commit ecaa9f7

Please sign in to comment.