Skip to content

Commit cf013f2

Browse files
committed
Updated pyproject to resolve hip-python error
1 parent 9fc9913 commit cf013f2

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
@@ -91,7 +91,7 @@ matplotlib = { version = "^3.5.0", optional = true }
9191
cuda = ["pycuda", "nvidia-ml-py", "pynvml"]
9292
opencl = ["pyopencl"]
9393
cuda_opencl = ["pycuda", "pyopencl"]
94-
hip = ["hip-python"]
94+
hip = ["hip-python-fork"]
9595
tutorial = ["jupyter", "matplotlib", "nvidia-ml-py"]
9696

9797
# ATTENTION: if anything is changed here, run `poetry update` and `poetry export --with docs --without-hashes --format=requirements.txt --output doc/requirements.txt`

0 commit comments

Comments
 (0)