Spaces:
Sleeping
Sleeping
GlitchGhost
commited on
Upload requirements.txt
Browse files- requirements.txt +75 -0
requirements.txt
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.2.0
|
2 |
+
annoy==1.17.3
|
3 |
+
attrs==23.1.0
|
4 |
+
blinker==1.7.0
|
5 |
+
cachetools==5.3.2
|
6 |
+
certifi==2023.11.17
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
clip @ git+https://github.com/openai/CLIP.git@a9b1bf5920416aaeaec965c25dd9e8f98c864f16
|
10 |
+
colorama==0.4.6
|
11 |
+
et-xmlfile==1.1.0
|
12 |
+
filelock==3.13.1
|
13 |
+
Flask==3.0.0
|
14 |
+
fsspec==2023.12.2
|
15 |
+
gitdb==4.0.11
|
16 |
+
GitPython==3.1.40
|
17 |
+
huggingface-hub==0.20.1
|
18 |
+
idna==3.6
|
19 |
+
importlib-metadata==6.11.0
|
20 |
+
itsdangerous==2.1.2
|
21 |
+
Jinja2==3.1.2
|
22 |
+
joblib==1.3.2
|
23 |
+
jsonschema==4.20.0
|
24 |
+
jsonschema-specifications==2023.11.2
|
25 |
+
markdown-it-py==3.0.0
|
26 |
+
MarkupSafe==2.1.3
|
27 |
+
mdurl==0.1.2
|
28 |
+
mpmath==1.3.0
|
29 |
+
networkx==3.2.1
|
30 |
+
nltk==3.8.1
|
31 |
+
numpy==1.26.2
|
32 |
+
openpyxl==3.1.2
|
33 |
+
packaging==23.2
|
34 |
+
pandas==2.1.4
|
35 |
+
Pillow==10.1.0
|
36 |
+
protobuf==4.25.1
|
37 |
+
pyarrow==14.0.2
|
38 |
+
pydeck==0.8.1b0
|
39 |
+
Pygments==2.17.2
|
40 |
+
python-dateutil==2.8.2
|
41 |
+
pytz==2023.3.post1
|
42 |
+
PyYAML==6.0.1
|
43 |
+
referencing==0.32.0
|
44 |
+
regex==2023.10.3
|
45 |
+
requests==2.31.0
|
46 |
+
rich==13.7.0
|
47 |
+
rpds-py==0.15.2
|
48 |
+
safetensors==0.4.1
|
49 |
+
scikit-learn==1.3.2
|
50 |
+
scipy==1.11.4
|
51 |
+
sentence-transformers==2.2.2
|
52 |
+
sentencepiece==0.1.99
|
53 |
+
six==1.16.0
|
54 |
+
smmap==5.0.1
|
55 |
+
streamlit==1.29.0
|
56 |
+
sympy==1.12
|
57 |
+
taming-transformers @ git+https://github.com/CompVis/taming-transformers.git@3ba01b241669f5ade541ce990f7650a3b8f65318
|
58 |
+
tenacity==8.2.3
|
59 |
+
threadpoolctl==3.2.0
|
60 |
+
tokenizers==0.15.0
|
61 |
+
toml==0.10.2
|
62 |
+
toolz==0.12.0
|
63 |
+
torch==2.1.2
|
64 |
+
torchvision==0.16.2
|
65 |
+
tornado==6.4
|
66 |
+
tqdm==4.66.1
|
67 |
+
transformers==4.36.2
|
68 |
+
typing_extensions==4.9.0
|
69 |
+
tzdata==2023.3
|
70 |
+
tzlocal==5.2
|
71 |
+
urllib3==2.1.0
|
72 |
+
validators==0.22.0
|
73 |
+
watchdog==3.0.0
|
74 |
+
Werkzeug==3.0.1
|
75 |
+
zipp==3.17.0
|