diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 87179ef892e..dea52887f23 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -74,5 +74,6 @@ dependencies: - sphinxcontrib-websupport - ucx-proc=*=gpu - ucx-py==0.34.* +- wget - wheel name: all_cuda-118_arch-x86_64 diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index d54dc0abf51..2d55f73c5d1 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -73,5 +73,6 @@ dependencies: - sphinxcontrib-websupport - ucx-proc=*=gpu - ucx-py==0.34.* +- wget - wheel name: all_cuda-120_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index 292fcf0baed..f330361ba88 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -463,6 +463,9 @@ dependencies: packages: - ipython - notebook>=0.5.0 + - output_types: [conda] + packages: + - wget test_python_common: common: - output_types: [conda, pyproject]