Spaces:
Sleeping
Sleeping
seanpedrickcase
commited on
Commit
•
58d3f97
1
Parent(s):
0444b49
added a few more requirements for aws load
Browse files- requirements_aws.txt +3 -0
requirements_aws.txt
CHANGED
@@ -7,4 +7,7 @@ en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_
|
|
7 |
lxml==5.2.2
|
8 |
boto3==1.34.158
|
9 |
transformers==4.44.0
|
|
|
|
|
|
|
10 |
numpy==1.26.4
|
|
|
7 |
lxml==5.2.2
|
8 |
boto3==1.34.158
|
9 |
transformers==4.44.0
|
10 |
+
scikit-learn==1.5.1
|
11 |
+
scipy==1.11.4
|
12 |
+
tqdm==4.66.5
|
13 |
numpy==1.26.4
|