Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +94 -0
requirements.txt
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.0.1
|
4 |
+
async-timeout==4.0.2
|
5 |
+
attrs==23.1.0
|
6 |
+
blinker==1.6.2
|
7 |
+
cachetools==5.3.1
|
8 |
+
certifi==2023.7.22
|
9 |
+
charset-normalizer==3.2.0
|
10 |
+
click==8.1.6
|
11 |
+
colorama==0.4.6
|
12 |
+
dataclasses-json==0.5.14
|
13 |
+
decorator==5.1.1
|
14 |
+
faiss-cpu==1.7.4
|
15 |
+
filelock==3.12.2
|
16 |
+
frozenlist==1.4.0
|
17 |
+
fsspec==2023.6.0
|
18 |
+
gitdb==4.0.10
|
19 |
+
GitPython==3.1.32
|
20 |
+
greenlet==2.0.2
|
21 |
+
huggingface-hub==0.16.4
|
22 |
+
idna==3.4
|
23 |
+
importlib-metadata==6.8.0
|
24 |
+
Jinja2==3.1.2
|
25 |
+
joblib==1.3.1
|
26 |
+
jsonschema==4.18.6
|
27 |
+
jsonschema-specifications==2023.7.1
|
28 |
+
langchain==0.0.251
|
29 |
+
langsmith==0.0.18
|
30 |
+
lxml==4.9.3
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.3
|
33 |
+
marshmallow==3.20.1
|
34 |
+
mdurl==0.1.2
|
35 |
+
mpmath==1.3.0
|
36 |
+
multidict==6.0.4
|
37 |
+
mypy-extensions==1.0.0
|
38 |
+
networkx==3.1
|
39 |
+
nltk==3.8.1
|
40 |
+
numexpr==2.8.4
|
41 |
+
numpy==1.25.2
|
42 |
+
openai==0.27.8
|
43 |
+
openapi-schema-pydantic==1.2.4
|
44 |
+
packaging==23.1
|
45 |
+
pandas==2.0.3
|
46 |
+
Pillow==9.5.0
|
47 |
+
protobuf==4.23.4
|
48 |
+
pyarrow==12.0.1
|
49 |
+
pydantic==1.10.12
|
50 |
+
pydeck==0.8.0
|
51 |
+
Pygments==2.15.1
|
52 |
+
Pympler==1.0.1
|
53 |
+
PyPDF2==3.0.1
|
54 |
+
python-dateutil==2.8.2
|
55 |
+
python-docx==0.8.11
|
56 |
+
python-dotenv==1.0.0
|
57 |
+
pytz==2023.3
|
58 |
+
pytz-deprecation-shim==0.1.0.post0
|
59 |
+
PyYAML==6.0.1
|
60 |
+
referencing==0.30.1
|
61 |
+
regex==2023.6.3
|
62 |
+
requests==2.31.0
|
63 |
+
rich==13.5.2
|
64 |
+
rpds-py==0.9.2
|
65 |
+
safetensors==0.3.1
|
66 |
+
scikit-learn==1.3.0
|
67 |
+
scipy==1.11.1
|
68 |
+
sentence-transformers==2.2.2
|
69 |
+
sentencepiece==0.1.99
|
70 |
+
six==1.16.0
|
71 |
+
smmap==5.0.0
|
72 |
+
SQLAlchemy==2.0.19
|
73 |
+
streamlit==1.25.0
|
74 |
+
streamlit-chat==0.1.1
|
75 |
+
sympy==1.12
|
76 |
+
tenacity==8.2.2
|
77 |
+
threadpoolctl==3.2.0
|
78 |
+
tokenizers==0.13.3
|
79 |
+
toml==0.10.2
|
80 |
+
toolz==0.12.0
|
81 |
+
torch==2.0.1
|
82 |
+
torchvision==0.15.2
|
83 |
+
tornado==6.3.2
|
84 |
+
tqdm==4.65.0
|
85 |
+
transformers==4.31.0
|
86 |
+
typing-inspect==0.9.0
|
87 |
+
typing_extensions==4.7.1
|
88 |
+
tzdata==2023.3
|
89 |
+
tzlocal==4.3.1
|
90 |
+
urllib3==2.0.4
|
91 |
+
validators==0.20.0
|
92 |
+
watchdog==3.0.0
|
93 |
+
yarl==1.9.2
|
94 |
+
zipp==3.16.2
|