Skip to content

Commit 5bd8c6d

Browse files
committed
Updated pyproject to resolve hip-python error
1 parent 77ca0c6 commit 5bd8c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kernel_tuner = "kernel_tuner.interface:entry_point"
5959

6060
# ATTENTION: if anything is changed here, run `poetry update`
6161
[tool.poetry.dependencies]
62-
python = ">=3.10,<3.15" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
62+
python = ">=3.9,<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
6464
scipy = ">=1.11.0" # held back by Python 3.9
6565
packaging = "*" # required by file_utils

0 commit comments

Comments
 (0)