Skip to content

Commit

Permalink
Update scipy requirement from <=1.13.1,>=1.2.0 to <=1.14.0,>=1.14.0 (#…
Browse files Browse the repository at this point in the history
…1106)

* Update scipy requirement from <=1.13.1,>=1.2.0 to <=1.14.0,>=1.14.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update pyproject.toml to retain minimum version of scipy

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Handwerker <7406227+handwerkerd@users.noreply.github.com>
Co-authored-by: Eneko Uruñuela <e.urunuela@icloud.com>
  • Loading branch information
3 people authored Jul 10, 2024
1 parent f3f4740 commit 8a7d282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"pybtex",
"pybtex-apa-style",
"scikit-learn>=0.21, <=1.5.1",
"scipy>=1.2.0, <=1.13.1",
"scipy>=1.2.0, <=1.14.0",
"threadpoolctl",
"tqdm",
]
Expand Down

0 comments on commit 8a7d282

Please sign in to comment.