update requirements
Browse files- README.md +0 -12
- requirements.txt +62 -6
README.md
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Testitest
|
| 3 |
-
emoji: 📊
|
| 4 |
-
colorFrom: indigo
|
| 5 |
-
colorTo: yellow
|
| 6 |
-
sdk: streamlit
|
| 7 |
-
sdk_version: 1.10.0
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -1,6 +1,62 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
altair==4.2.0
|
| 2 |
+
attrs==22.1.0
|
| 3 |
+
blinker==1.5
|
| 4 |
+
cachetools==5.2.0
|
| 5 |
+
certifi==2022.9.14
|
| 6 |
+
cffi==1.15.1
|
| 7 |
+
charset-normalizer==2.1.1
|
| 8 |
+
click==8.1.3
|
| 9 |
+
commonmark==0.9.1
|
| 10 |
+
cryptography==38.0.1
|
| 11 |
+
decorator==5.1.1
|
| 12 |
+
entrypoints==0.4
|
| 13 |
+
filelock==3.8.0
|
| 14 |
+
gitdb==4.0.9
|
| 15 |
+
GitPython==3.1.27
|
| 16 |
+
huggingface-hub==0.9.1
|
| 17 |
+
idna==3.4
|
| 18 |
+
importlib-metadata==4.12.0
|
| 19 |
+
Jinja2==3.1.2
|
| 20 |
+
jsonschema==4.16.0
|
| 21 |
+
langid==1.1.6
|
| 22 |
+
MarkupSafe==2.1.1
|
| 23 |
+
numpy==1.23.3
|
| 24 |
+
packaging==21.3
|
| 25 |
+
pandas==1.5.0
|
| 26 |
+
pdfminer.six==20220524
|
| 27 |
+
Pillow==9.2.0
|
| 28 |
+
plotly==5.10.0
|
| 29 |
+
protobuf==3.20.1
|
| 30 |
+
pyarrow==9.0.0
|
| 31 |
+
pycparser==2.21
|
| 32 |
+
pydeck==0.8.0b3
|
| 33 |
+
Pygments==2.13.0
|
| 34 |
+
Pympler==1.0.1
|
| 35 |
+
PyMuPDF==1.20.2
|
| 36 |
+
pyparsing==3.0.9
|
| 37 |
+
pyrsistent==0.18.1
|
| 38 |
+
python-dateutil==2.8.2
|
| 39 |
+
pytz==2022.2.1
|
| 40 |
+
pytz-deprecation-shim==0.1.0.post0
|
| 41 |
+
PyYAML==6.0
|
| 42 |
+
regex==2022.9.13
|
| 43 |
+
requests==2.28.1
|
| 44 |
+
rich==12.5.1
|
| 45 |
+
semver==2.13.0
|
| 46 |
+
six==1.16.0
|
| 47 |
+
smmap==5.0.0
|
| 48 |
+
streamlit==1.13.0
|
| 49 |
+
tenacity==8.1.0
|
| 50 |
+
tokenizers==0.12.1
|
| 51 |
+
toml==0.10.2
|
| 52 |
+
toolz==0.12.0
|
| 53 |
+
torch==1.12.1
|
| 54 |
+
tornado==6.2
|
| 55 |
+
tqdm==4.64.1
|
| 56 |
+
transformers==4.22.1
|
| 57 |
+
typing_extensions==4.3.0
|
| 58 |
+
tzlocal==4.2
|
| 59 |
+
urllib3==1.26.12
|
| 60 |
+
validators==0.20.0
|
| 61 |
+
watchdog==2.1.9
|
| 62 |
+
zipp==3.8.1
|