Skip to content

Commit

Permalink
Include openai in the pip requirements for morpheus_llm
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 17, 2024
1 parent bd24d98 commit 5eaec88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies:
- numexpr
- numpydoc=1.5
- onnx=1.15
- openai=1.13
- openai==1.13.*
- papermill=2.4.0
- pip
- pkg-config=0.29
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/examples_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- numexpr
- numpydoc=1.5
- onnx=1.15
- openai=1.13
- openai==1.13.*
- papermill=2.4.0
- pip
- pluggy=1.3
Expand Down
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ dependencies:
- &langchain-nvidia-ai-endpoints langchain-nvidia-ai-endpoints==0.0.11
- &langchain-openai langchain-openai==0.1.3
- milvus==2.3.5 # update to match pymilvus when available
- &openai openai==1.13.*
- pymilvus==2.3.6
- &nemollm nemollm==0.3.5

Expand Down Expand Up @@ -494,7 +495,7 @@ dependencies:
- newspaper3k=0.2
- numexpr
- onnx=1.15
- openai=1.13
- *openai
- pypdf=3.17.4
- *pypdfium2
- *python-docx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ langchain-openai==0.1.3
langchain==0.1.16
milvus==2.3.5
nemollm==0.3.5
openai==1.13.*
pymilvus==2.3.6
torch==2.4.0+cu124

0 comments on commit 5eaec88

Please sign in to comment.