Skip to content

Commit 2d41839

Browse files
committed
Updated dependencies
1 parent b29fd35 commit 2d41839

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

poetry.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ scikit-learn = "^1.0.2"
6969
# List of optional dependencies for user installation, e.g. `pip install kernel_tuner[cuda]`, used in the below `extras`.
7070
# Please note that this is different from the dependency groups below, e.g. `docs` and `test`, those are for development.
7171
# CUDA
72-
pycuda = { version = "^2022.1", optional = true } # Attention: if pycuda is changed here, also change `session.install("pycuda")` in the Noxfile
72+
pycuda = { version = "^2024.1", optional = true } # Attention: if pycuda is changed here, also change `session.install("pycuda")` in the Noxfile
7373
nvidia-ml-py = { version = "^12.535.108", optional = true }
7474
pynvml = { version = "^11.4.1", optional = true }
7575
# cupy-cuda11x = { version = "*", optional = true } # Note: these are completely optional dependencies as described in CONTRIBUTING.rst
@@ -126,7 +126,7 @@ minversion = "7.4"
126126
pythonpath = [
127127
"kernel_tuner",
128128
] # necessary to get coverage reports without installing with `-e`
129-
addopts = "--cov --cov-config=.coveragerc --cov-report html --cov-report term-missing --cov-fail-under 60"
129+
addopts = "--cov --cov-config=.coveragerc --cov-report=html --cov-report=term-missing --cov-fail-under=60"
130130
testpaths = ["test"]
131131

132132
[tool.black]

0 commit comments

Comments
 (0)