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
# ATTENTION: if anything is changed here, run `poetry update`
61
66
[tool.poetry.dependencies]
62
-
python = ">=3.10,<4"# <4 is because of hip-python-fork # NOTE when changing the Python versions, also change the test versions in the Noxfile and GitHub Actions
67
+
python = ">=3.10,<4"# <4 is because of hip-python # NOTE when changing the Python versions, also change the test versions in the Noxfile and GitHub Actions
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