We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e89ae72 + 85da990 commit 1dbe54bCopy full SHA for 1dbe54b
pyproject.toml
@@ -79,6 +79,7 @@ include = [
79
80
# List of optional dependencies for user installation, e.g. `pip install kernel_tuner[cuda]`, used in the below `extras`.
81
# Please note that this is different from the dependency groups below, e.g. `docs` and `test`, those are for development.
82
+# ATTENTION: if anything is changed here, run `poetry update`
83
# CUDA
84
# cupy-cuda11x = { version = "*", optional = true } # NOTE: these are completely optional dependencies as described in CONTRIBUTING.rst
85
# cupy-cuda12x = { version = "*", optional = true }
0 commit comments