Skip to content

Commit cc7d2a6

Browse files
dependabot[bot]Borda
authored andcommitted
build(deps): update scipy requirement from <1.11.0,>1.0.0 to >1.0.0,<1.14.0 in /requirements (#2586)
* 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.13.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * use Lightning-Sandbox * gammatone from PyPI --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Jirka <[email protected]> (cherry picked from commit 5ab2330)
1 parent d59c26b commit cc7d2a6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/audio.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
pesq >=0.0.4, <0.0.5
66
pystoi >=0.3.0, <0.5.0
77
torchaudio >=0.10.0, <2.5.0
8-
gammatone >=1.0.0, <1.1.0
8+
gammatone >1.0.0, <1.1.0

requirements/audio_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
mir-eval >=0.6, <=0.7
55
fast-bss-eval >=0.1.0, <0.1.5
66
torch_complex <0.5.0 # needed for fast-bss-eval
7-
srmrpy @ git+https://github.com/jfsantos/SRMRpy
7+
srmrpy @ git+https://github.com/Lightning-Sandbox/SRMRpy

requirements/image.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
scipy >1.0.0, <1.11.0
4+
scipy >1.0.0, <1.14.0
55
torchvision >=0.8, <0.20.0
66
torch-fidelity <=0.4.0 # bumping to allow install version from master, now used in testing

requirements/nominal_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
pandas >1.0.0, <=2.2.2 # cannot pin version due to numpy version incompatibility
55
dython <=0.7.6
6-
scipy >1.0.0, <1.11.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
6+
scipy >1.0.0, <1.14.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
77
statsmodels >0.13.5, <0.15.0

requirements/segmentation_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
scipy >1.0.0, <1.11.0
4+
scipy >1.0.0, <1.14.0
55
monai ==1.3.2

0 commit comments

Comments
 (0)