Skip to content

Commit f416f84

Browse files
Remove fixed version in requirements.txt (#712)
* Remove fixed version Signed-off-by: lvliang-intel <[email protected]> * fix issue Signed-off-by: lvliang-intel <[email protected]> --------- Signed-off-by: lvliang-intel <[email protected]>
1 parent 599a58f commit f416f84

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

comps/agent/langchain/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ docarray[full]
44
#used by tools
55
duckduckgo-search
66
fastapi
7-
huggingface_hub==0.24.0
8-
langchain==0.2.9
7+
huggingface_hub
8+
langchain
99
langchain-huggingface
1010
langchain-openai
11-
langchain_community==0.2.7
12-
langchainhub==0.1.20
11+
langchain_community
12+
langchainhub
1313
langgraph
1414
langsmith
1515
numpy

comps/dataprep/multimodal/redis/langchain/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
docarray[full]
22
fastapi
3-
langchain==0.1.12
3+
langchain
4+
langchain-community
45
moviepy
56
openai-whisper
67
opencv-python
@@ -9,7 +10,7 @@ opentelemetry-exporter-otlp
910
opentelemetry-sdk
1011
Pillow
1112
prometheus-fastapi-instrumentator
12-
pydantic==2.8.2
13+
pydantic
1314
python-multipart
1415
redis
1516
shortuuid

comps/dataprep/redis/langchain/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docx2txt
55
easyocr
66
fastapi
77
huggingface_hub
8-
langchain==0.2.12
8+
langchain
99
langchain-community
1010
langchain-text-splitters
1111
langchain_huggingface
@@ -19,11 +19,11 @@ Pillow
1919
prometheus-fastapi-instrumentator
2020
pymupdf
2121
pyspark
22-
python-bidi==0.4.2
22+
python-bidi
2323
python-docx
2424
python-pptx
2525
redis
2626
sentence_transformers
2727
shortuuid
28-
unstructured[all-docs]==0.15.7
28+
unstructured[all-docs]
2929
uvicorn

comps/lvms/video-llama/dependency/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ faiss-cpu
99
fastapi
1010
ftfy
1111
iopath
12-
langchain==0.2.9
13-
langchain-community==0.2.1
14-
langchain-core==0.2.21
12+
langchain
13+
langchain-community
14+
langchain-core
1515
numpy
1616
omegaconf
1717
opencv-python-headless
@@ -22,7 +22,7 @@ pandas
2222
Pillow
2323
prometheus_fastapi_instrumentator
2424
pytorchvideo
25-
sentence-transformers==3.0.1
25+
sentence-transformers
2626
sentencepiece
2727
shortuuid
2828
timm

comps/retrievers/neo4j/langchain/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
docarray[full]
22
fastapi
3-
frontend==0.0.3
3+
frontend
44
huggingface_hub
5-
langchain==0.2
5+
langchain
66
langchain-community
77
neo4j
88
numpy
@@ -12,9 +12,9 @@ opentelemetry-sdk
1212
pandas
1313
Pillow
1414
prometheus-fastapi-instrumentator
15-
pydantic==2.7.3
16-
pymupdf==1.24.5
17-
python-docx==0.8.11
15+
pydantic
16+
pymupdf
17+
python-docx
1818
sentence_transformers
1919
shortuuid
2020
tiktoken

0 commit comments

Comments
 (0)