Update requirements.txt
Browse files- requirements.txt +6 -17
requirements.txt
CHANGED
@@ -1,37 +1,24 @@
|
|
1 |
accelerate
|
2 |
aiofiles
|
3 |
aiohttp
|
4 |
-
asyncpg
|
5 |
configparser
|
6 |
|
7 |
# database packages
|
8 |
-
graspologic
|
9 |
-
gremlinpython
|
10 |
-
nano-vectordb
|
11 |
-
neo4j
|
12 |
networkx
|
|
|
13 |
|
14 |
-
#
|
15 |
-
# Use pipmaster for install if needed
|
16 |
numpy
|
17 |
-
oracledb
|
18 |
pipmaster
|
19 |
-
psycopg-pool
|
20 |
-
psycopg[binary,pool]
|
21 |
pydantic
|
22 |
-
pymilvus
|
23 |
-
pymongo
|
24 |
-
pymysql
|
25 |
-
|
26 |
|
|
|
27 |
PyPDF2
|
28 |
python-docx
|
29 |
python-dotenv
|
30 |
python-pptx
|
31 |
-
|
32 |
-
redis
|
33 |
setuptools
|
34 |
-
sqlalchemy
|
35 |
tenacity
|
36 |
|
37 |
|
@@ -39,3 +26,5 @@ tenacity
|
|
39 |
tiktoken
|
40 |
tqdm
|
41 |
xxhash
|
|
|
|
|
|
1 |
accelerate
|
2 |
aiofiles
|
3 |
aiohttp
|
|
|
4 |
configparser
|
5 |
|
6 |
# database packages
|
|
|
|
|
|
|
|
|
7 |
networkx
|
8 |
+
graspologic
|
9 |
|
10 |
+
# Basic modules
|
|
|
11 |
numpy
|
|
|
12 |
pipmaster
|
|
|
|
|
13 |
pydantic
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
# File manipulation libraries
|
16 |
PyPDF2
|
17 |
python-docx
|
18 |
python-dotenv
|
19 |
python-pptx
|
20 |
+
|
|
|
21 |
setuptools
|
|
|
22 |
tenacity
|
23 |
|
24 |
|
|
|
26 |
tiktoken
|
27 |
tqdm
|
28 |
xxhash
|
29 |
+
|
30 |
+
# Extra libraries are installed when needed using pipmaster
|