Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Jun 18, 2024
1 parent 059a0fa commit 14a905a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ dependencies:
- langchain==0.1.9
- milvus==2.3.5
- nemollm
- numexpr
- pymilvus==2.3.6
- pytest-kafka==0.6.0
name: all_cuda-121_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/dev_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies:
- ninja=1.11
- nlohmann_json=3.11
- nodejs=18.*
- numexpr
- numpydoc=1.5
- nvtabular=23.08.00
- openai=1.13
Expand Down Expand Up @@ -102,7 +103,6 @@ dependencies:
- google-search-results==2.4
- langchain==0.1.9
- milvus==2.3.5
- numexpr
- pymilvus==2.3.6
- pytest-kafka==0.6.0
name: dev_cuda-121_arch-x86_64
1 change: 0 additions & 1 deletion conda/environments/examples_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,5 @@ dependencies:
- langchain==0.1.9
- milvus==2.3.5
- nemollm
- numexpr
- pymilvus==2.3.6
name: examples_cuda-121_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/runtime_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies:
- grpcio=1.59
- mlflow>=2.10.0,<3
- networkx=2.8.8
- numexpr
- numpydoc=1.5
- nvtabular=23.08.00
- pip
Expand All @@ -43,6 +44,5 @@ dependencies:
- google-search-results==2.4
- langchain==0.1.9
- milvus==2.3.5
- numexpr
- pymilvus==2.3.6
name: runtime_cuda-121_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ dependencies:
- grpcio=1.59
- mlflow>=2.10.0,<3
- networkx=2.8.8
- numexpr
- nvtabular=23.08.00
- pydantic
- python-confluent-kafka>=1.9.2,<1.10.0a0
Expand All @@ -278,7 +279,6 @@ dependencies:
- google-search-results==2.4
- langchain==0.1.9
- milvus==2.3.5 # update to match pymilvus when available
- numexpr
- pymilvus==2.3.6

test_python_morpheus:
Expand Down

0 comments on commit 14a905a

Please sign in to comment.