Skip to content

Commit c84590e

Browse files
committed
Fix environment
1 parent 8542468 commit c84590e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source-code/rapids/environment.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: python_on_gpus_rapids
22
channels:
33
- conda-forge
44
dependencies:
5-
- rapids
6-
- numpy
7-
- pandas
5+
- rapids=24.10
6+
- python=3.12
7+
- cuda-version[version='>=12.0,<=12.6']
88
- jupyterlab
9+
- pandas
10+
- numpy
911
prefix: /home/gjb/mambaforge/envs/python_on_gpus_rapids

0 commit comments

Comments
 (0)