Skip to content

Commit

Permalink
Remove fixed version in requirements.txt (#712)
Browse files Browse the repository at this point in the history
* Remove fixed version

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

* fix issue

Signed-off-by: lvliang-intel <liang1.lv@intel.com>

---------

Signed-off-by: lvliang-intel <liang1.lv@intel.com>
  • Loading branch information
lvliang-intel authored Sep 19, 2024
1 parent 599a58f commit f416f84
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
8 changes: 4 additions & 4 deletions comps/agent/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ docarray[full]
#used by tools
duckduckgo-search
fastapi
huggingface_hub==0.24.0
langchain==0.2.9
huggingface_hub
langchain
langchain-huggingface
langchain-openai
langchain_community==0.2.7
langchainhub==0.1.20
langchain_community
langchainhub
langgraph
langsmith
numpy
Expand Down
5 changes: 3 additions & 2 deletions comps/dataprep/multimodal/redis/langchain/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
docarray[full]
fastapi
langchain==0.1.12
langchain
langchain-community
moviepy
openai-whisper
opencv-python
Expand All @@ -9,7 +10,7 @@ opentelemetry-exporter-otlp
opentelemetry-sdk
Pillow
prometheus-fastapi-instrumentator
pydantic==2.8.2
pydantic
python-multipart
redis
shortuuid
Expand Down
6 changes: 3 additions & 3 deletions comps/dataprep/redis/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docx2txt
easyocr
fastapi
huggingface_hub
langchain==0.2.12
langchain
langchain-community
langchain-text-splitters
langchain_huggingface
Expand All @@ -19,11 +19,11 @@ Pillow
prometheus-fastapi-instrumentator
pymupdf
pyspark
python-bidi==0.4.2
python-bidi
python-docx
python-pptx
redis
sentence_transformers
shortuuid
unstructured[all-docs]==0.15.7
unstructured[all-docs]
uvicorn
8 changes: 4 additions & 4 deletions comps/lvms/video-llama/dependency/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ faiss-cpu
fastapi
ftfy
iopath
langchain==0.2.9
langchain-community==0.2.1
langchain-core==0.2.21
langchain
langchain-community
langchain-core
numpy
omegaconf
opencv-python-headless
Expand All @@ -22,7 +22,7 @@ pandas
Pillow
prometheus_fastapi_instrumentator
pytorchvideo
sentence-transformers==3.0.1
sentence-transformers
sentencepiece
shortuuid
timm
Expand Down
10 changes: 5 additions & 5 deletions comps/retrievers/neo4j/langchain/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
docarray[full]
fastapi
frontend==0.0.3
frontend
huggingface_hub
langchain==0.2
langchain
langchain-community
neo4j
numpy
Expand All @@ -12,9 +12,9 @@ opentelemetry-sdk
pandas
Pillow
prometheus-fastapi-instrumentator
pydantic==2.7.3
pymupdf==1.24.5
python-docx==0.8.11
pydantic
pymupdf
python-docx
sentence_transformers
shortuuid
tiktoken
Expand Down

0 comments on commit f416f84

Please sign in to comment.