Spaces:
Runtime error
Runtime error
Commit
·
572f2ed
1
Parent(s):
2a3e5e3
Update requirements.txt
Browse files- requirements.txt +118 -7
requirements.txt
CHANGED
|
@@ -1,25 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
altair-viewer==0.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
fastapi==0.95.0
|
| 3 |
-
|
| 4 |
gunicorn==20.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
itemloaders==1.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
pip-chill==1.0.1
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
pytest==7.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
queuelib==1.6.2
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
rouge-score==0.1.2
|
|
|
|
|
|
|
| 14 |
service-identity==21.1.0
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
spacy==3.5.3
|
| 17 |
spacy-legacy==3.0.12
|
| 18 |
spacy-loggers==1.0.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
tldextract==3.4.1
|
|
|
|
|
|
|
| 20 |
torch==2.0.0
|
|
|
|
|
|
|
|
|
|
| 21 |
transformers==4.27.4
|
| 22 |
tweepy==4.14.0
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
| 24 |
update==0.0.1
|
|
|
|
| 25 |
uvicorn==0.21.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==1.4.0
|
| 2 |
+
altair==4.2.2
|
| 3 |
+
altair-data-server==0.4.1
|
| 4 |
altair-viewer==0.4.0
|
| 5 |
+
anyio==3.6.2
|
| 6 |
+
appnope==0.1.3
|
| 7 |
+
asttokens==2.2.1
|
| 8 |
+
attrs==23.1.0
|
| 9 |
+
Automat==22.10.0
|
| 10 |
+
backcall==0.2.0
|
| 11 |
+
beautifulsoup4==4.12.2
|
| 12 |
+
blis==0.7.9
|
| 13 |
+
catalogue==2.0.8
|
| 14 |
+
certifi==2022.12.7
|
| 15 |
+
cffi==1.15.1
|
| 16 |
+
charset-normalizer==3.1.0
|
| 17 |
+
click==8.1.3
|
| 18 |
+
comm==0.1.3
|
| 19 |
+
confection==0.0.4
|
| 20 |
+
constantly==15.1.0
|
| 21 |
+
cryptography==40.0.2
|
| 22 |
+
cssselect==1.2.0
|
| 23 |
+
cymem==2.0.7
|
| 24 |
+
debugpy==1.6.7
|
| 25 |
+
decorator==5.1.1
|
| 26 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl#sha256=0964370218b7e1672a30ac50d72cdc6b16f7c867496f1d60925691188f4d2510
|
| 27 |
+
entrypoints==0.4
|
| 28 |
+
executing==1.2.0
|
| 29 |
fastapi==0.95.0
|
| 30 |
+
filelock==3.12.0
|
| 31 |
gunicorn==20.1.0
|
| 32 |
+
h11==0.14.0
|
| 33 |
+
huggingface-hub==0.13.4
|
| 34 |
+
hyperlink==21.0.0
|
| 35 |
+
idna==3.4
|
| 36 |
+
incremental==22.10.0
|
| 37 |
+
iniconfig==2.0.0
|
| 38 |
+
ipykernel==6.23.1
|
| 39 |
+
ipython==8.13.2
|
| 40 |
+
itemadapter==0.8.0
|
| 41 |
itemloaders==1.1.0
|
| 42 |
+
itsdangerous==2.1.2
|
| 43 |
+
jedi==0.18.2
|
| 44 |
+
Jinja2==3.1.2
|
| 45 |
+
jmespath==1.0.1
|
| 46 |
+
joblib==1.2.0
|
| 47 |
+
jsonschema==4.17.3
|
| 48 |
+
jupyter_client==8.2.0
|
| 49 |
+
jupyter_core==5.3.0
|
| 50 |
+
langcodes==3.3.0
|
| 51 |
+
lxml==4.9.2
|
| 52 |
+
MarkupSafe==2.1.2
|
| 53 |
+
matplotlib-inline==0.1.6
|
| 54 |
+
mpmath==1.3.0
|
| 55 |
+
murmurhash==1.0.9
|
| 56 |
+
nest-asyncio==1.5.6
|
| 57 |
+
networkx==3.1
|
| 58 |
+
nltk==3.8.1
|
| 59 |
+
numpy==1.24.2
|
| 60 |
+
oauthlib==3.2.2
|
| 61 |
+
packaging==23.1
|
| 62 |
+
pandas==2.0.0
|
| 63 |
+
parsel==1.8.1
|
| 64 |
+
parso==0.8.3
|
| 65 |
+
pathy==0.10.1
|
| 66 |
+
pexpect==4.8.0
|
| 67 |
+
pickleshare==0.7.5
|
| 68 |
pip-chill==1.0.1
|
| 69 |
+
platformdirs==3.5.1
|
| 70 |
+
pluggy==1.0.0
|
| 71 |
+
portpicker==1.5.2
|
| 72 |
+
preshed==3.0.8
|
| 73 |
+
prompt-toolkit==3.0.38
|
| 74 |
+
Protego==0.2.1
|
| 75 |
+
protobuf==4.23.2
|
| 76 |
+
psutil==5.9.5
|
| 77 |
+
ptyprocess==0.7.0
|
| 78 |
+
pure-eval==0.2.2
|
| 79 |
+
pyasn1==0.5.0
|
| 80 |
+
pyasn1-modules==0.3.0
|
| 81 |
+
pycparser==2.21
|
| 82 |
+
pydantic==1.10.7
|
| 83 |
+
PyDispatcher==2.0.7
|
| 84 |
+
Pygments==2.15.1
|
| 85 |
+
pyOpenSSL==23.1.1
|
| 86 |
+
pyrsistent==0.19.3
|
| 87 |
+
PySocks==1.7.1
|
| 88 |
pytest==7.2.2
|
| 89 |
+
python-dateutil==2.8.2
|
| 90 |
+
pytz==2023.3
|
| 91 |
+
PyYAML==6.0
|
| 92 |
+
pyzmq==25.1.0
|
| 93 |
queuelib==1.6.2
|
| 94 |
+
regex==2023.3.23
|
| 95 |
+
requests==2.28.2
|
| 96 |
+
requests-file==1.5.1
|
| 97 |
+
requests-oauthlib==1.3.1
|
| 98 |
rouge-score==0.1.2
|
| 99 |
+
scipy==1.10.1
|
| 100 |
+
sentencepiece==0.1.99
|
| 101 |
service-identity==21.1.0
|
| 102 |
+
six==1.16.0
|
| 103 |
+
smart-open==6.3.0
|
| 104 |
+
sniffio==1.3.0
|
| 105 |
+
snscrape @ git+https://github.com/JustAnotherArchivist/snscrape.git@786815dd05681e2421cd03aa9acf5ab5c773bce9
|
| 106 |
+
soupsieve==2.4.1
|
| 107 |
spacy==3.5.3
|
| 108 |
spacy-legacy==3.0.12
|
| 109 |
spacy-loggers==1.0.4
|
| 110 |
+
srsly==2.4.6
|
| 111 |
+
stack-data==0.6.2
|
| 112 |
+
starlette==0.26.1
|
| 113 |
+
style==1.1.0
|
| 114 |
+
sympy==1.11.1
|
| 115 |
+
thinc==8.1.10
|
| 116 |
tldextract==3.4.1
|
| 117 |
+
tokenizers==0.13.3
|
| 118 |
+
toolz==0.12.0
|
| 119 |
torch==2.0.0
|
| 120 |
+
tornado==6.3.1
|
| 121 |
+
tqdm==4.65.0
|
| 122 |
+
traitlets==5.9.0
|
| 123 |
transformers==4.27.4
|
| 124 |
tweepy==4.14.0
|
| 125 |
+
Twisted==22.10.0
|
| 126 |
+
typer==0.7.0
|
| 127 |
+
typing_extensions==4.5.0
|
| 128 |
+
tzdata==2023.3
|
| 129 |
update==0.0.1
|
| 130 |
+
urllib3==1.26.15
|
| 131 |
uvicorn==0.21.1
|
| 132 |
+
w3lib==2.1.1
|
| 133 |
+
wasabi==1.1.1
|
| 134 |
+
wcwidth==0.2.6
|
| 135 |
+
Werkzeug==2.2.3
|
| 136 |
+
zope.interface==6.0
|