Skip to content

Commit

Permalink
chore: upgrade scipy and other deps (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeeeJay authored Sep 13, 2024
1 parent be979d2 commit 17471ca
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 23 deletions.
96 changes: 75 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ pandas = [
{version = "~2", python=">=3.9"},
]
scipy = [
{version = "~1.10", python="<3.9"},
{version = ">= 1.12, < 1.14", python=">=3.9"},
{version = "~1.10", python="<3.9"}, # scipy 1.10.x is the last release to support Python 3.8
{version = ">= 1.11, < 1.14", python="==3.9"},
{version = ">= 1.14, < 1.15", python=">=3.10"}, # scipy 1.14.x is first version to not support Python 3.9
]
"ruamel.yaml" = "^0.18"
Shapely = "^2"
Expand Down

0 comments on commit 17471ca

Please sign in to comment.