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"
61
61
[tool .poetry .dependencies ]
62
62
python = " >=3.10,<3.15" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
63
63
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
65
65
packaging = " *" # required by file_utils
66
66
jsonschema = " *"
67
67
python-constraint2 = " ^2.1.0"
@@ -109,7 +109,7 @@ markupsafe = "^2.0.1" # TODO why do we need markupsafe here?
109
109
# sphinx-autodoc-typehints = "^1.24.0"
110
110
111
111
# 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`
113
113
[tool .poetry .group .test ]
114
114
optional = true
115
115
[tool .poetry .group .test .dependencies ]
You can’t perform that action at this time.
0 commit comments