Spaces:
Sleeping
Sleeping
Upload requirements (1).txt
Browse files- requirements (1).txt +89 -0
requirements (1).txt
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.1.1
|
4 |
+
annotated-types==0.5.0
|
5 |
+
async-timeout==4.0.3
|
6 |
+
attrs==23.1.0
|
7 |
+
blinker==1.6.2
|
8 |
+
cachetools==5.3.1
|
9 |
+
certifi==2023.7.22
|
10 |
+
charset-normalizer==3.2.0
|
11 |
+
click==8.1.7
|
12 |
+
colorama==0.4.6
|
13 |
+
dataclasses-json==0.5.14
|
14 |
+
faiss-cpu==1.7.4
|
15 |
+
filelock==3.12.4
|
16 |
+
frozenlist==1.4.0
|
17 |
+
fsspec==2023.9.1
|
18 |
+
gitdb==4.0.10
|
19 |
+
GitPython==3.1.36
|
20 |
+
greenlet==2.0.2
|
21 |
+
huggingface-hub==0.17.2
|
22 |
+
idna==3.4
|
23 |
+
importlib-metadata==6.8.0
|
24 |
+
Jinja2==3.1.2
|
25 |
+
joblib==1.3.2
|
26 |
+
jsonschema==4.19.1
|
27 |
+
jsonschema-specifications==2023.7.1
|
28 |
+
langchain==0.0.295
|
29 |
+
langsmith==0.0.38
|
30 |
+
markdown-it-py==3.0.0
|
31 |
+
MarkupSafe==2.1.3
|
32 |
+
marshmallow==3.20.1
|
33 |
+
mdurl==0.1.2
|
34 |
+
mpmath==1.3.0
|
35 |
+
multidict==6.0.4
|
36 |
+
mypy-extensions==1.0.0
|
37 |
+
networkx==3.1
|
38 |
+
nltk==3.8.1
|
39 |
+
numexpr==2.8.6
|
40 |
+
numpy==1.26.0
|
41 |
+
packaging==23.1
|
42 |
+
pandas==2.1.0
|
43 |
+
Pillow==9.5.0
|
44 |
+
protobuf==4.24.3
|
45 |
+
pyarrow==13.0.0
|
46 |
+
pydantic==2.3.0
|
47 |
+
pydantic_core==2.6.3
|
48 |
+
pydeck==0.8.0
|
49 |
+
Pygments==2.16.1
|
50 |
+
Pympler==1.0.1
|
51 |
+
python-dateutil==2.8.2
|
52 |
+
pytz==2023.3.post1
|
53 |
+
pytz-deprecation-shim==0.1.0.post0
|
54 |
+
PyYAML==6.0.1
|
55 |
+
referencing==0.30.2
|
56 |
+
regex==2023.8.8
|
57 |
+
requests==2.31.0
|
58 |
+
rich==13.5.3
|
59 |
+
rpds-py==0.10.3
|
60 |
+
safetensors==0.3.3
|
61 |
+
scikit-learn==1.3.0
|
62 |
+
scipy==1.11.2
|
63 |
+
sentence-transformers==2.2.2
|
64 |
+
sentencepiece==0.1.99
|
65 |
+
six==1.16.0
|
66 |
+
smmap==5.0.1
|
67 |
+
SQLAlchemy==2.0.21
|
68 |
+
streamlit==1.26.0
|
69 |
+
sympy==1.12
|
70 |
+
tenacity==8.2.3
|
71 |
+
threadpoolctl==3.2.0
|
72 |
+
tokenizers==0.13.3
|
73 |
+
toml==0.10.2
|
74 |
+
toolz==0.12.0
|
75 |
+
torch==2.0.1
|
76 |
+
torchvision==0.15.2
|
77 |
+
tornado==6.3.3
|
78 |
+
tqdm==4.66.1
|
79 |
+
transformers==4.33.2
|
80 |
+
typing-inspect==0.9.0
|
81 |
+
typing_extensions==4.8.0
|
82 |
+
tzdata==2023.3
|
83 |
+
tzlocal==4.3.1
|
84 |
+
urllib3==2.0.5
|
85 |
+
validators==0.22.0
|
86 |
+
watchdog==3.0.0
|
87 |
+
wrapt==1.15.0
|
88 |
+
yarl==1.9.2
|
89 |
+
zipp==3.17.0
|