JaceWei commited on
Commit
f3ac8c7
·
1 Parent(s): b8978c1

update: push latest content

Browse files
Files changed (2) hide show
  1. RUN +0 -0
  2. requirements.txt +29 -56
RUN ADDED
File without changes
requirements.txt CHANGED
@@ -1,17 +1,17 @@
 
 
1
  # ========= Core Runtime =========
2
  numpy==1.26.4
3
  pandas
4
- torch==2.2.2
5
- torchvision==0.17.2
6
  Pillow==10.4.0
7
  opencv-python==4.11.0.86
8
  pdf2image==1.17.0
9
  PyMuPDF==1.25.2
10
  moviepy==1.0.3
11
- asyncio==3.4.3
12
- playwright==1.51.0
13
- aiohttp==3.11.11
14
  aiofiles==24.1.0
 
15
  tqdm==4.67.1
16
  matplotlib==3.10.0
17
  scikit-learn==1.6.1
@@ -23,71 +23,44 @@ transformers==4.48.0
23
  accelerate
24
  huggingface-hub==0.27.1
25
  openai==1.59.8
26
- langchain==0.3.17
27
- langchain-community==0.3.16
28
- langchain-core==0.3.33
29
- langchain-openai==0.3.3
30
-
31
- # ========= Image / Layout / OCR =========
32
- layoutparser==0.3.4
33
- easyocr
34
- pytesseract==0.3.13
35
- shapely==2.0.7
36
- WeasyPrint==52.5
37
- CairoSVG==2.7.1
38
-
39
- # ========= PDF / DOC / PPT =========
40
- python-docx==1.1.2
41
- python-pptx @ git+https://github.com/Force1ess/python-pptx@dc356685d4d210a10abe1ffab3c21315cdfae63d
42
- pypdf==5.2.0
43
- pypandoc==1.15
44
- openpyxl==3.1.5
45
 
46
  # ========= Web / API / Async =========
47
  fastapi==0.115.6
48
  uvicorn==0.32.1
49
- starlette==0.41.3
50
  requests==2.32.3
51
  httpx==0.27.2
52
- aiohttp-cors==0.7.0
53
  nest-asyncio==1.6.0
54
 
55
- # ========= Poster2Video Specific =========
56
- # camel-ai>=0.2.0
57
- # f5_tts==1.1.6
58
- # whisper==1.1.10
59
- # whisperx
60
- # mcp==1.10.1
61
- # pydantic==2.10.6
62
- # pydantic-core==2.23.4
63
- # pyarrow==19.0.0
64
-
65
- # ========= Poster2Poster Specific =========
66
- agentops==0.3.26
67
- arxiv==2.1.3
68
- arxiv2text==0.1.14
69
- pymilvus==2.5.4
70
- peft==0.14.0
71
- diffusers==0.25.1
72
- einops==0.8.0
73
- xformers==0.0.28.post3
74
-
75
  # ========= Utils =========
76
  filelock==3.16.1
77
  regex==2024.11.6
78
- pytz==2024.2
79
  PyYAML==6.0.2
80
- python-dateutil==2.9.0.post0
81
  typing_extensions==4.12.2
82
- uuid7==0.1.0
83
  rich==13.9.4
84
  coloredlogs==15.0.1
85
- tenacity==9.0.0
86
 
87
- # ========= Optional (Audio, OCR, etc.) =========
88
- soundfile==0.13.1
89
- pydub==0.25.1
90
- ffmpeg-python==0.2.0
 
 
 
 
 
 
 
 
 
 
 
 
91
 
92
- # ========= Required System Packages (apt install manually) =========
93
- # sudo apt-get install -y poppler-utils libreoffice
 
 
 
 
 
 
1
+ --prefer-binary
2
+
3
  # ========= Core Runtime =========
4
  numpy==1.26.4
5
  pandas
6
+ torch==2.5.1
7
+ torchvision==0.20.1
8
  Pillow==10.4.0
9
  opencv-python==4.11.0.86
10
  pdf2image==1.17.0
11
  PyMuPDF==1.25.2
12
  moviepy==1.0.3
 
 
 
13
  aiofiles==24.1.0
14
+ aiohttp==3.11.11
15
  tqdm==4.67.1
16
  matplotlib==3.10.0
17
  scikit-learn==1.6.1
 
23
  accelerate
24
  huggingface-hub==0.27.1
25
  openai==1.59.8
26
+ pydantic==2.10.6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  # ========= Web / API / Async =========
29
  fastapi==0.115.6
30
  uvicorn==0.32.1
 
31
  requests==2.32.3
32
  httpx==0.27.2
 
33
  nest-asyncio==1.6.0
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  # ========= Utils =========
36
  filelock==3.16.1
37
  regex==2024.11.6
 
38
  PyYAML==6.0.2
 
39
  typing_extensions==4.12.2
 
40
  rich==13.9.4
41
  coloredlogs==15.0.1
 
42
 
43
+ # ========= Additional =========
44
+ xformers==0.0.28.post3
45
+ arxiv==2.1.3
46
+ arxiv2text==0.1.14
47
+ agentops==0.3.26
48
+ pymilvus==2.5.4
49
+ peft==0.14.0
50
+ diffusers==0.25.1
51
+ einops==0.8.0
52
+ camel-ai>=0.2.0
53
+
54
+ # ========= LangChain / LLMs =========
55
+ langchain==0.3.17
56
+ langchain-community==0.3.16
57
+ langchain-core==0.3.33
58
+ langchain-openai==0.3.3
59
 
60
+ # ========= Image / Layout / OCR =========
61
+ layoutparser==0.3.4
62
+ easyocr
63
+ pytesseract==0.3.13
64
+ shapely==2.0.7
65
+ WeasyPrint==52.5
66
+ CairoSVG==2.7.1