Skip to content

Commit 5af7578

Browse files
committed
Freeze requirements
Signed-off-by: CICD-at-OPEA <[email protected]>
1 parent 6e3f585 commit 5af7578

File tree

42 files changed

+600
-631
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+600
-631
lines changed

comps/agent/src/requirements.txt

Lines changed: 24 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,24 @@
1-
# used by microservice
2-
docarray[full]
3-
fastapi
4-
huggingface_hub
5-
langchain
6-
7-
#used by tools
8-
langchain-google-community
9-
langchain-huggingface
10-
langchain-openai
11-
langchain_community
12-
langchainhub
13-
langgraph
14-
langsmith
15-
numpy
16-
17-
# used by cloud native
18-
opentelemetry-api
19-
opentelemetry-exporter-otlp
20-
opentelemetry-sdk
21-
pandas
22-
prometheus_fastapi_instrumentator
23-
pyarrow
24-
pydantic #==1.10.13
25-
26-
# used by document loader
27-
# beautifulsoup4
28-
# easyocr
29-
# Pillow
30-
# pymupdf
31-
# python-docx
32-
33-
# used by embedding
34-
# sentence_transformers
35-
36-
# used by Ray
37-
# ray
38-
# virtualenv
39-
40-
redis
41-
shortuuid
42-
tavily-python
43-
44-
# used by agents
45-
transformers
46-
transformers[sentencepiece]
47-
48-
uvicorn
1+
docarray[full]==0.40.0
2+
fastapi==0.115.7
3+
huggingface-hub==0.27.1
4+
langchain==0.3.15
5+
langchain-community==0.3.15
6+
langchain-google-community==2.0.4
7+
langchain-huggingface==0.1.2
8+
langchain-openai==0.3.2
9+
langchainhub==0.1.21
10+
langgraph==0.2.67
11+
langsmith==0.3.1
12+
numpy==1.26.4
13+
opentelemetry-api==1.29.0
14+
opentelemetry-exporter-otlp==1.29.0
15+
opentelemetry-sdk==1.29.0
16+
pandas==2.2.3
17+
prometheus-fastapi-instrumentator==7.0.2
18+
pyarrow==19.0.0
19+
pydantic==2.10.6
20+
redis==5.2.1
21+
shortuuid==1.0.13
22+
tavily-python==0.5.0
23+
transformers[sentencepiece]==4.48.1
24+
uvicorn==0.34.0
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
aiohttp
2-
basicsr
3-
docarray[full]
4-
facexlib
5-
fastapi
6-
ffmpeg-python
7-
gradio
8-
gradio_client
9-
grpcio
10-
huggingface-hub
11-
librosa
12-
lmdb
13-
numba
1+
aiohttp==3.11.11
2+
basicsr==1.4.2
3+
docarray[full]==0.40.0
4+
facexlib==0.3.0
5+
fastapi==0.115.7
6+
ffmpeg-python==0.2.0
7+
gradio==5.13.1
8+
gradio-client==1.6.0
9+
grpcio==1.70.0
10+
huggingface-hub==0.27.1
11+
librosa==0.10.2.post1
12+
lmdb==1.6.2
13+
numba==0.60.0
1414
numpy==1.23.5
15-
opencv-python
16-
opentelemetry-api
17-
opentelemetry-exporter-otlp
18-
opentelemetry-sdk
19-
pandas
20-
prometheus-fastapi-instrumentator
21-
pyarrow
22-
pydantic
23-
pyyaml
24-
scipy
25-
shortuuid
26-
tavily-python
27-
tb-nightly
28-
tqdm
29-
yapf
15+
opencv-python==4.11.0.86
16+
opentelemetry-api==1.29.0
17+
opentelemetry-exporter-otlp==1.29.0
18+
opentelemetry-sdk==1.29.0
19+
pandas==2.2.3
20+
prometheus-fastapi-instrumentator==7.0.2
21+
pyarrow==19.0.0
22+
pydantic==2.10.6
23+
pyyaml==6.0.2
24+
scipy==1.15.1
25+
shortuuid==1.0.13
26+
tavily-python==0.5.0
27+
tb-nightly==2.19.0a20250124
28+
tqdm==4.67.1
29+
yapf==0.43.0

comps/asr/src/requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
datasets
2-
docarray[full]
3-
fastapi
4-
opentelemetry-api
5-
opentelemetry-exporter-otlp
6-
opentelemetry-sdk
7-
prometheus-fastapi-instrumentator
1+
datasets==3.2.0
2+
docarray[full]==0.40.0
3+
fastapi==0.115.7
4+
opentelemetry-api==1.29.0
5+
opentelemetry-exporter-otlp==1.29.0
6+
opentelemetry-sdk==1.29.0
7+
prometheus-fastapi-instrumentator==7.0.2
88
pydantic==2.7.2
9-
pydub
10-
python-multipart
11-
shortuuid
12-
transformers
13-
uvicorn
14-
zhconv
9+
pydub==0.25.1
10+
python-multipart==0.0.20
11+
shortuuid==1.0.13
12+
transformers==4.48.1
13+
uvicorn==0.34.0
14+
zhconv==1.4.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
motor
1+
motor==3.6.1
Lines changed: 60 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,61 @@
1-
beautifulsoup4
2-
cairosvg
3-
decord
4-
docarray[full]
5-
docx2txt
6-
easyocr
7-
einops
8-
elasticsearch
9-
fastapi
10-
future
11-
graspologic
12-
html2text
13-
huggingface_hub
14-
ipython
15-
langchain
16-
langchain-community
17-
langchain-elasticsearch
18-
langchain-experimental
19-
langchain-openai
20-
langchain-pinecone
21-
langchain-text-splitters
22-
langchain_huggingface
23-
langchain_milvus
24-
llama-index
25-
llama-index-core
26-
llama-index-embeddings-text-embeddings-inference
27-
llama-index-graph-stores-neo4j
28-
llama-index-llms-openai
29-
llama-index-llms-openai-like
30-
markdown
31-
moviepy
32-
neo4j
33-
numpy
34-
openai
35-
openai-whisper
36-
opencv-python
37-
opensearch-py
38-
pandas
1+
beautifulsoup4==4.12.3
2+
cairosvg==2.7.1
3+
decord==0.6.0
4+
docarray[full]==0.40.0
5+
docx2txt==0.8
6+
easyocr==1.7.2
7+
einops==0.8.0
8+
fastapi==0.115.7
9+
future==1.0.0
10+
graspologic==3.4.1
11+
html2text==2024.2.26
12+
huggingface-hub==0.27.1
13+
ipython==8.31.0
14+
langchain==0.3.15
15+
langchain-community==0.3.15
16+
langchain-elasticsearch==0.3.2
17+
langchain-experimental==0.3.4
18+
langchain-huggingface==0.1.2
19+
langchain-milvus==0.1.8
20+
langchain-openai==0.3.2
21+
langchain-pinecone==0.2.2
22+
langchain-text-splitters==0.3.5
23+
llama-index==0.12.13
24+
llama-index-core==0.12.13
25+
llama-index-embeddings-text-embeddings-inference==0.3.1
26+
llama-index-graph-stores-neo4j==0.4.6
27+
llama-index-llms-openai==0.3.14
28+
llama-index-llms-openai-like==0.3.3
29+
markdown==3.7
30+
moviepy==2.1.2
31+
neo4j==5.27.0
32+
numpy==1.26.4
33+
openai==1.60.1
34+
openai-whisper==20240930
35+
opencv-python==4.11.0.86
36+
opensearch-py==2.8.0
37+
pandas==2.2.3
3938
pgvector==0.2.5
40-
Pillow
41-
pinecone-client
42-
prometheus-fastapi-instrumentator
43-
psycopg2
44-
pymupdf
45-
pyspark
46-
pytesseract
47-
python-bidi
48-
python-docx
49-
python-pptx
50-
qdrant-client
51-
redis
52-
scipy
53-
sentence_transformers
54-
shortuuid
55-
tiktoken
56-
tqdm
57-
typing
58-
tzlocal
59-
unstructured[all-docs]
60-
uvicorn
61-
vdms
62-
webvtt-py
39+
pillow==10.4.0
40+
pinecone-client==4.1.2
41+
prometheus-fastapi-instrumentator==7.0.2
42+
psycopg2==2.9.10
43+
pymupdf==1.25.2
44+
pyspark==3.5.4
45+
pytesseract==0.3.13
46+
python-bidi==0.6.3
47+
python-docx==1.1.2
48+
python-pptx==1.0.2
49+
qdrant-client==1.13.2
50+
redis==5.2.1
51+
scipy==1.12.0
52+
sentence-transformers==3.4.0
53+
shortuuid==1.0.13
54+
tiktoken==0.8.0
55+
tqdm==4.67.1
56+
typing==3.7.4.3
57+
tzlocal==5.2
58+
unstructured[all-docs]==0.16.15
59+
uvicorn==0.34.0
60+
vdms==0.0.21
61+
webvtt-py==0.5.1
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
aiohttp
2-
docarray
3-
fastapi
4-
huggingface_hub
5-
openai
6-
opentelemetry-api
7-
opentelemetry-exporter-otlp
8-
opentelemetry-sdk
9-
Pillow
1+
aiohttp==3.11.11
2+
docarray==0.40.0
3+
fastapi==0.115.7
4+
huggingface-hub==0.27.1
5+
openai==1.60.1
6+
opentelemetry-api==1.29.0
7+
opentelemetry-exporter-otlp==1.29.0
8+
opentelemetry-sdk==1.29.0
9+
pillow==11.1.0
1010
predictionguard==2.2.1
11-
prometheus-fastapi-instrumentator
12-
PyYAML
13-
shortuuid
14-
uvicorn
11+
prometheus-fastapi-instrumentator==7.0.2
12+
pyyaml==6.0.2
13+
shortuuid==1.0.13
14+
uvicorn==0.34.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
motor
1+
motor==3.6.1
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
aiohttp
2-
datasets
3-
docarray
4-
fastapi
5-
httpx
6-
opentelemetry-api
7-
opentelemetry-exporter-otlp
8-
opentelemetry-sdk
9-
peft
10-
prometheus-fastapi-instrumentator
1+
aiohttp==3.11.11
2+
datasets==3.2.0
3+
docarray==0.40.0
4+
fastapi==0.115.7
5+
httpx==0.28.1
6+
opentelemetry-api==1.29.0
7+
opentelemetry-exporter-otlp==1.29.0
8+
opentelemetry-sdk==1.29.0
9+
peft==0.14.0
10+
prometheus-fastapi-instrumentator==7.0.2
1111
pydantic==2.8.2
12-
pydantic_yaml
13-
python-multipart
14-
pyyaml
15-
ray[all]
16-
requests
17-
shortuuid
18-
transformers
19-
uvicorn
12+
pydantic-yaml==1.4.0
13+
python-multipart==0.0.20
14+
pyyaml==6.0.2
15+
ray[all]==2.41.0
16+
requests==2.32.3
17+
shortuuid==1.0.13
18+
transformers==4.48.1
19+
uvicorn==0.34.0
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
aiohttp
2-
docarray[full]
3-
fastapi
4-
httpx
5-
huggingface_hub
6-
langchain-community
7-
langchain-huggingface
8-
opentelemetry-api
9-
opentelemetry-exporter-otlp
10-
opentelemetry-sdk
11-
prometheus-fastapi-instrumentator
12-
pyyaml
13-
requests
14-
shortuuid
15-
transformers
16-
uvicorn
1+
aiohttp==3.11.11
2+
docarray[full]==0.40.0
3+
fastapi==0.115.7
4+
httpx==0.28.1
5+
huggingface-hub==0.27.1
6+
langchain-community==0.3.15
7+
langchain-huggingface==0.1.2
8+
opentelemetry-api==1.29.0
9+
opentelemetry-exporter-otlp==1.29.0
10+
opentelemetry-sdk==1.29.0
11+
prometheus-fastapi-instrumentator==7.0.2
12+
pyyaml==6.0.2
13+
requests==2.32.3
14+
shortuuid==1.0.13
15+
transformers==4.48.1
16+
uvicorn==0.34.0

0 commit comments

Comments
 (0)