Skip to content

Commit

Permalink
Re-generate conda packages with updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 10, 2024
1 parent 156d004 commit 4880dbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
# To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- conda-forge
- huggingface
Expand Down Expand Up @@ -46,6 +46,7 @@ dependencies:
- flake8
- gcc_linux-64=11.2
- git-lfs
- glog=0.6
- grpcio
- gxx_linux-64=11.2
- huggingface_hub=0.10.1
Expand Down Expand Up @@ -100,6 +101,7 @@ dependencies:
- typing_utils=0.1
- ucx=1.14
- ujson=5.8
- versioneer
- watchdog=2.1
- websockets
- yapf=0.40.1
Expand All @@ -112,4 +114,5 @@ dependencies:
- pyarrow_hotfix
- pymilvus==2.3.2
- pytest-kafka==0.6.0
name: all_cuda-118_arch-x86_64
name: all_cuda-118_arch-x86_64_py-310

7 changes: 5 additions & 2 deletions conda/environments/dev_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
# To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- conda-forge
- huggingface
Expand Down Expand Up @@ -38,6 +38,7 @@ dependencies:
- flake8
- gcc_linux-64=11.2
- git-lfs
- glog=0.6
- grpcio
- gxx_linux-64=11.2
- include-what-you-use=0.20
Expand Down Expand Up @@ -79,6 +80,7 @@ dependencies:
- tritonclient=2.26
- typing_utils=0.1
- ucx=1.14
- versioneer
- watchdog=2.1
- websockets
- yapf=0.40.1
Expand All @@ -88,4 +90,5 @@ dependencies:
- pyarrow_hotfix
- pymilvus==2.3.2
- pytest-kafka==0.6.0
name: dev_cuda-118_arch-x86_64
name: dev_cuda-118_arch-x86_64_py-310

0 comments on commit 4880dbc

Please sign in to comment.