Skip to content

Commit f333591

Browse files
committed
Update scipy for Python>=3.10
1 parent ad8a55a commit f333591

2 files changed

Lines changed: 71 additions & 2 deletions

File tree

poetry.lock

Lines changed: 67 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ mypy = "^0.910"
2828
isort = "^5.10.1"
2929
pytest-mpl = "^0.13"
3030
skqulacs = ">=0.5.0"
31-
scipy = { version = "^1.10.0", python = ">=3.9" }
31+
scipy = [
32+
{ version = "^1.10.0", python = ">=3.9" },
33+
{ version = "^1.14.1", python = ">=3.10" }
34+
]
3235

3336
[tool.isort]
3437
default_section = "THIRDPARTY"

0 commit comments

Comments
 (0)