You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyopencl = { version = "*", optional = true } # Attention: if pyopencl is changed here, also change `session.install("pyopencl")` in the Noxfile
84
90
# HIP
85
-
hip-python-fork = { version = "*", optional = true }
91
+
hip-python = { version = "^6.3.3.540.31", source = "testpypi", optional = true }# Note: when released, switch this package to pypi and remove tool.poetry.source
86
92
# Tutorial (for the notebooks used in the examples)
87
93
jupyter = { version = "^1.0.0", optional = true }
88
94
matplotlib = { version = "^3.5.0", optional = true }
# 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