Spaces:
Sleeping
Sleeping
updated the requirements file
Browse files- requirements.txt +8 -95
requirements.txt
CHANGED
@@ -1,95 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
certifi==2024.12.14
|
10 |
-
charset-normalizer==3.4.1
|
11 |
-
click==8.1.8
|
12 |
-
colorama==0.4.6
|
13 |
-
dataclasses-json==0.5.14
|
14 |
-
entrypoints==0.4
|
15 |
-
faiss-cpu==1.8.0.post1
|
16 |
-
filelock==3.16.1
|
17 |
-
frozenlist==1.5.0
|
18 |
-
fsspec==2024.12.0
|
19 |
-
gitdb==4.0.11
|
20 |
-
GitPython==3.1.43
|
21 |
-
greenlet==3.1.1
|
22 |
-
huggingface-hub==0.14.1
|
23 |
-
idna==3.10
|
24 |
-
importlib_metadata==8.5.0
|
25 |
-
InstructorEmbedding==1.0.1
|
26 |
-
Jinja2==3.1.5
|
27 |
-
joblib==1.4.2
|
28 |
-
jsonschema==4.23.0
|
29 |
-
jsonschema-specifications==2024.10.1
|
30 |
-
langchain==0.0.184
|
31 |
-
markdown-it-py==3.0.0
|
32 |
-
MarkupSafe==3.0.2
|
33 |
-
marshmallow==3.23.2
|
34 |
-
mdurl==0.1.2
|
35 |
-
mpmath==1.3.0
|
36 |
-
multidict==6.1.0
|
37 |
-
mypy-extensions==1.0.0
|
38 |
-
networkx==3.2.1
|
39 |
-
nltk==3.9.1
|
40 |
-
numexpr==2.10.2
|
41 |
-
numpy==1.26.4
|
42 |
-
openai==0.27.6
|
43 |
-
openapi-schema-pydantic==1.2.4
|
44 |
-
packaging==24.2
|
45 |
-
pandas==2.2.3
|
46 |
-
pillow==11.0.0
|
47 |
-
propcache==0.2.1
|
48 |
-
protobuf==3.20.3
|
49 |
-
pyarrow==18.1.0
|
50 |
-
pydantic==1.10.19
|
51 |
-
pydeck==0.9.1
|
52 |
-
Pygments==2.18.0
|
53 |
-
Pympler==1.1
|
54 |
-
PyPDF2==3.0.1
|
55 |
-
python-dateutil==2.9.0.post0
|
56 |
-
python-dotenv==1.0.0
|
57 |
-
pytz==2024.2
|
58 |
-
pywin32==308
|
59 |
-
PyYAML==6.0.2
|
60 |
-
referencing==0.35.1
|
61 |
-
regex==2024.11.6
|
62 |
-
requests==2.32.3
|
63 |
-
rich==13.9.4
|
64 |
-
rpds-py==0.22.3
|
65 |
-
safetensors==0.4.5
|
66 |
-
scikit-learn==1.6.0
|
67 |
-
scipy==1.13.1
|
68 |
-
semver==3.0.2
|
69 |
-
sentence-transformers==2.2.2
|
70 |
-
sentencepiece==0.2.0
|
71 |
-
six==1.17.0
|
72 |
-
smmap==5.0.1
|
73 |
-
SQLAlchemy==2.0.36
|
74 |
-
streamlit==1.18.1
|
75 |
-
sympy==1.13.1
|
76 |
-
tenacity==8.5.0
|
77 |
-
threadpoolctl==3.5.0
|
78 |
-
tiktoken==0.4.0
|
79 |
-
tokenizers==0.13.3
|
80 |
-
toml==0.10.2
|
81 |
-
toolz==1.0.0
|
82 |
-
torch==2.5.1
|
83 |
-
torchvision==0.20.1
|
84 |
-
tornado==6.4.2
|
85 |
-
tqdm==4.67.1
|
86 |
-
transformers==4.31.0
|
87 |
-
typing-inspect==0.9.0
|
88 |
-
typing_extensions==4.12.2
|
89 |
-
tzdata==2024.2
|
90 |
-
tzlocal==5.2
|
91 |
-
urllib3==2.3.0
|
92 |
-
validators==0.34.0
|
93 |
-
watchdog==6.0.0
|
94 |
-
yarl==1.18.3
|
95 |
-
zipp==3.21.0
|
|
|
1 |
+
langchain==0.0.184
|
2 |
+
PyPDF2==3.0.1
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
streamlit==1.18.1
|
5 |
+
openai==0.27.6
|
6 |
+
faiss-cpu==1.7.4
|
7 |
+
altair==4
|
8 |
+
tiktoken==0.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|