Skip to content

Commit

Permalink
Update scipy version constraints in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcorona committed Nov 30, 2024
1 parent a6c14e4 commit 63cf77a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 113 deletions.
142 changes: 32 additions & 110 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ numpy = [
]
progressbar2 = "^4.2.0"
scipy = [
{ version = ">=1.10.1,<1.11", python = "<3.9,>=3.8" },
{ version = ">=1.11.1,<1.12", python = "<3.13,>=3.9" }
{ version = ">=1.10.1,<1.13", python = "<3.9,>=3.8" },
{ version = ">=1.13.0,<1.14", python = "<3.13,>=3.9" }
]

[tool.poetry.group.dev.dependencies]
pandas = ">=1.6"
pytest = "^7.2.2"
flake8 = "^6.0.0"
codecov = "^2.1.12"
Expand Down

0 comments on commit 63cf77a

Please sign in to comment.