Skip to content

Commit 1dbe54b

Browse files
committed
Updated pyproject file to avoid merge conflict after 1.1.0 release
2 parents e89ae72 + 85da990 commit 1dbe54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ include = [
7979

8080
# List of optional dependencies for user installation, e.g. `pip install kernel_tuner[cuda]`, used in the below `extras`.
8181
# 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`
8283
# CUDA
8384
# cupy-cuda11x = { version = "*", optional = true } # NOTE: these are completely optional dependencies as described in CONTRIBUTING.rst
8485
# cupy-cuda12x = { version = "*", optional = true }

0 commit comments

Comments
 (0)