From c8dae1fb36b30a9a85a36a24a75de424983dcd73 Mon Sep 17 00:00:00 2001 From: Matthew K Defenderfer <mdefende@uab.edu> Date: Fri, 27 Dec 2024 18:52:31 -0600 Subject: [PATCH] Add correct pip hash and add dask_cudf --- deps.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/deps.yml b/deps.yml index 46cce6c..6024fa3 100644 --- a/deps.yml +++ b/deps.yml @@ -1,4 +1,4 @@ -name: gpfs-dev +name: gpfs channels: - conda-forge - bioconda @@ -62,6 +62,7 @@ dependencies: - dask=2024.9.0=pyhd8ed1ab_0 - dask-core=2024.9.0=pyhd8ed1ab_0 - dask-cuda=24.10.00=py311_241009_g4e45758_0 + - dask-cudf=24.10.01=cuda12_py311_241009_g7b0adfa253_0 - dask-expr=1.1.14=pyhd8ed1ab_0 - debugpy=1.8.11=py311hfdbb021_0 - decorator=5.1.1=pyhd8ed1ab_1 @@ -179,7 +180,7 @@ dependencies: - pexpect=4.9.0=pyhd8ed1ab_1 - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=11.0.0=py311h49e9ac3_0 - - pip=24.3.1=pyh145f28c_1 + - pip=24.3.1=pyh8b19718_2 - platformdirs=4.3.6=pyhd8ed1ab_1 - prompt-toolkit=3.0.48=pyha770c72_1 - psutil=6.1.0=py311h9ecbd09_0 @@ -207,6 +208,7 @@ dependencies: - rich=13.9.4=pyhd8ed1ab_1 - rmm=24.10.00=cuda12_py311_241009_g3223f841_0 - s2n=1.5.10=hb5b8611_0 + - setuptools=75.6.0=pyhff2d567_1 - six=1.17.0=pyhd8ed1ab_0 - snappy=1.2.1=h8bd8927_1 - sortedcontainers=2.4.0=pyhd8ed1ab_0 @@ -223,6 +225,7 @@ dependencies: - tzdata=2024b=hc8b5060_0 - urllib3=2.2.3=pyhd8ed1ab_1 - wcwidth=0.2.13=pyhd8ed1ab_1 + - wheel=0.45.1=pyhd8ed1ab_1 - xorg-libxau=1.0.12=hb9d3cd8_0 - xorg-libxdmcp=1.1.5=hb9d3cd8_0 - xyzservices=2024.9.0=pyhd8ed1ab_1 @@ -234,4 +237,4 @@ dependencies: - zstd=1.5.6=ha6fb4c9_0 - pip: - nvidia-ml-py==12.560.30 -prefix: /home/mdefende/.conda/envs/gpfs-dev +prefix: /home/mdefende/.conda/envs/gpfs -- GitLab