Skip to content

Commit

Permalink
Update scipy requirement from <1.10.2,>=1.10.0 to >=1.10.0,<1.11.4
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.10.0...v1.11.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent ceda9bc commit 0dc391f
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 @@ -29,7 +29,7 @@ dependencies = [
"python-slugify>=7.0.0,<8.1",
"pyyaml>=6.0,<6.1",
"scikit-learn>=1.2.0,<1.3.1",
"scipy>=1.10.0,<1.10.2",
"scipy>=1.10.0,<1.11.4",
"werkzeug>=2.3.0,<2.3.8",
"shapely>=2.0,<2.0.2"
]
Expand Down

0 comments on commit 0dc391f

Please sign in to comment.