Skip to content

Commit

Permalink
build(deps): update scipy requirement from <1.14.0,>1.0.0 to >1.0.0,<…
Browse files Browse the repository at this point in the history
…1.15.0 in /requirements (#2661)

build(deps): update scipy requirement in /requirements

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.0.1...v1.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent c3ccdbc commit 8d84cf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/image.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

scipy >1.0.0, <1.14.0
scipy >1.0.0, <1.15.0
torchvision >=0.8, <0.20.0
torch-fidelity <=0.4.0 # bumping to allow install version from master, now used in testing
2 changes: 1 addition & 1 deletion requirements/nominal_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

pandas >1.0.0, <=2.2.2 # cannot pin version due to numpy version incompatibility
dython <=0.7.6
scipy >1.0.0, <1.14.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
scipy >1.0.0, <1.15.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
statsmodels >0.13.5, <0.15.0
2 changes: 1 addition & 1 deletion requirements/segmentation_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

scipy >1.0.0, <1.14.0
scipy >1.0.0, <1.15.0
monai ==1.3.2

0 comments on commit 8d84cf4

Please sign in to comment.