Skip to content

Commit 5e65abd

Browse files
committed
Used hip-python-fork package as hip-python is not available
1 parent fe113e6 commit 5e65abd

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
@@ -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" # NOTE when changing the supported Python versions, also change the test versions in the noxfile
62+
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
6464
scipy = ">=1.14.1"
6565
botorch = ">=0.12.0"
@@ -83,7 +83,7 @@ pynvml = { version = "^11.4.1", optional = true }
8383
# OpenCL
8484
pyopencl = { version = "*", optional = true } # Attention: if pyopencl is changed here, also change `session.install("pyopencl")` in the Noxfile
8585
# HIP
86-
hip-python = { version = "*", optional = true }
86+
hip-python-fork = { version = "*", optional = true }
8787
# Tutorial (for the notebooks used in the examples)
8888
jupyter = { version = "^1.0.0", optional = true }
8989
matplotlib = { version = "^3.5.0", optional = true }

0 commit comments

Comments
 (0)