We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ca0c6 commit 5bd8c6dCopy full SHA for 5bd8c6d
pyproject.toml
@@ -59,7 +59,7 @@ kernel_tuner = "kernel_tuner.interface:entry_point"
59
60
# ATTENTION: if anything is changed here, run `poetry update`
61
[tool.poetry.dependencies]
62
-python = ">=3.10,<3.15" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
+python = ">=3.9,<3.15" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
63
numpy = "^1.26.0" # Python 3.12 requires numpy at least 1.26
64
scipy = ">=1.11.0" # held back by Python 3.9
65
packaging = "*" # required by file_utils
0 commit comments