From 73eb8b0db15880b365d1bf737452320d2546ded3 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Tue, 10 Oct 2023 12:46:03 -0400 Subject: [PATCH 1/2] Add curl as a notebook dependency --- dependencies.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dependencies.yaml b/dependencies.yaml index de80a97bc..5a8a9c14a 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -313,6 +313,9 @@ dependencies: - output_types: [requirements, pyproject] packages: - pyproj>=3.6.0,<3.7a0 + - output_types: [conda] + packages: + - curl py_version: specific: - output_types: conda From db9434232c41795d1a9f70763b245f00f68cb508 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Tue, 10 Oct 2023 12:46:59 -0400 Subject: [PATCH 2/2] Update files with rapids-dependency-file-generator --- conda/environments/all_cuda-118_arch-x86_64.yaml | 1 + conda/environments/all_cuda-120_arch-x86_64.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 83ac445cb..2dd10b7e6 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -14,6 +14,7 @@ dependencies: - cudf==23.10.* - cuml==23.10.* - cupy>=12.0.0 +- curl - cxx-compiler - cython>=3.0.0 - doxygen diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index f628e67b4..8153d1d2c 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -17,6 +17,7 @@ dependencies: - cudf==23.10.* - cuml==23.10.* - cupy>=12.0.0 +- curl - cxx-compiler - cython>=3.0.0 - doxygen