BaoNhan commited on
Commit
0fc745e
·
verified ·
1 Parent(s): 8420727

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -20
requirements.txt CHANGED
@@ -1,20 +1,11 @@
1
- langchain-text-splitters>=0.0.1
2
- langchain-huggingface>=0.0.1
3
- langchain-core>=0.1.0
4
- numpy>=1.21.0
5
- torch>=2.0.0
6
- openai>=1.0.0
7
- gradio>=4.0.0
8
- gradio-pdf>=0.0.1
9
- loguru>=0.7.0
10
- click>=8.0.0
11
- sentence-transformers>=2.2.0
12
- pillow>=9.0.0
13
- requests>=2.25.0
14
- aiohttp>=3.8.0
15
- asyncio
16
- pathlib
17
- zipfile37
18
- base64
19
- re
20
- time
 
1
+ mineru[all]>=2.6.2
2
+ gradio
3
+ gradio_pdf
4
+ openai
5
+ langchain
6
+ langchain-huggingface
7
+ langchain-text-splitters
8
+ torch
9
+ numpy
10
+ loguru
11
+ click