File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ kernel_tuner = "kernel_tuner.interface:entry_point"
6161[tool .poetry .dependencies ]
6262python = " >=3.10,<3.15" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
6363numpy = " ^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
6565packaging = " *" # required by file_utils
6666jsonschema = " *"
6767python-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 ]
114114optional = true
115115[tool .poetry .group .test .dependencies ]
You can’t perform that action at this time.
0 commit comments