Skip to content

Commit 77ca0c6

Browse files
committed
Downgraded scipy for Python 3.9 compatibility
1 parent ff92d80 commit 77ca0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ kernel_tuner = "kernel_tuner.interface:entry_point"
6161
[tool.poetry.dependencies]
6262
python = ">=3.10,<3.15" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
6363
numpy = "^1.26.0" # Python 3.12 requires numpy at least 1.26
64-
scipy = ">=1.14.1"
64+
scipy = ">=1.11.0" # held back by Python 3.9
6565
packaging = "*" # required by file_utils
6666
jsonschema = "*"
6767
python-constraint2 = "^2.1.0"
@@ -109,7 +109,7 @@ markupsafe = "^2.0.1" # TODO why do we need markupsafe here?
109109
# sphinx-autodoc-typehints = "^1.24.0"
110110

111111
# ATTENTION: if anything is changed here, run `poetry update`
112-
# Please also run `poetry export -f requirements.txt --output docs/requirements_test.txt --with test`
112+
# Please also run `poetry export -f requirements.txt --output doc/requirements_test.txt --with test`
113113
[tool.poetry.group.test]
114114
optional = true
115115
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)