Skip to content

Commit 4ab4bb6

Browse files
committed
Tutorials/Accelerated Python: Try not constraining versions whatsoever.
1 parent 3263795 commit 4ab4bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/accelerated-python/brev/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jupyterlab-nvidia-nsight
1313
jupyterlab-execute-time
1414

1515
# CUDA
16-
cuda-python == 12.9.*
17-
numba-cuda == 0.20.*
16+
cuda-python
17+
numba-cuda
1818
nvmath-python[cu12]
1919
cupy-cuda12x
20-
cuda-cccl[test-cu12] == 0.3.1
20+
cuda-cccl[test-cu12]
2121

2222
# NVIDIA devtools
2323
nvtx

0 commit comments

Comments
 (0)