Spaces:
Runtime error
Runtime error
aus10powell
commited on
Commit
•
6ceb728
1
Parent(s):
25ee46d
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
altair-viewer==0.4.0
|
|
|
2 |
fastapi==0.95.0
|
3 |
flask==2.2.3
|
4 |
gunicorn==20.1.0
|
5 |
itemloaders==1.1.0
|
6 |
-
nltk==3.8.1
|
7 |
pip-chill==1.0.1
|
8 |
protego==0.2.1
|
9 |
pydispatcher==2.0.7
|
@@ -11,9 +11,9 @@ pyopenssl==23.1.1
|
|
11 |
pysocks==1.7.1
|
12 |
pytest==7.2.2
|
13 |
queuelib==1.6.2
|
|
|
14 |
service-identity==21.1.0
|
15 |
-
snscrape
|
16 |
-
spacy==3.5.3
|
17 |
tldextract==3.4.1
|
18 |
torch==2.0.0
|
19 |
transformers==4.27.4
|
|
|
1 |
altair-viewer==0.4.0
|
2 |
+
en-core-web-sm==3.5.0
|
3 |
fastapi==0.95.0
|
4 |
flask==2.2.3
|
5 |
gunicorn==20.1.0
|
6 |
itemloaders==1.1.0
|
|
|
7 |
pip-chill==1.0.1
|
8 |
protego==0.2.1
|
9 |
pydispatcher==2.0.7
|
|
|
11 |
pysocks==1.7.1
|
12 |
pytest==7.2.2
|
13 |
queuelib==1.6.2
|
14 |
+
rouge-score==0.1.2
|
15 |
service-identity==21.1.0
|
16 |
+
snscrape==0.6.2.20230321.dev13+g786815d
|
|
|
17 |
tldextract==3.4.1
|
18 |
torch==2.0.0
|
19 |
transformers==4.27.4
|