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.
1 parent 8542468 commit c84590eCopy full SHA for c84590e
source-code/rapids/environment.yml
@@ -2,8 +2,10 @@ name: python_on_gpus_rapids
2
channels:
3
- conda-forge
4
dependencies:
5
- - rapids
6
- - numpy
7
- - pandas
+ - rapids=24.10
+ - python=3.12
+ - cuda-version[version='>=12.0,<=12.6']
8
- jupyterlab
9
+ - pandas
10
+ - numpy
11
prefix: /home/gjb/mambaforge/envs/python_on_gpus_rapids
0 commit comments