Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -12,11 +12,9 @@ pandas==0.25.3
|
|
12 |
torch>=1.3.0
|
13 |
matplotlib==3.3.4
|
14 |
seaborn==0.11.2
|
15 |
-
boto3==1.
|
16 |
boto3_type_annotations==0.3.1
|
17 |
gunicorn==20.0.4
|
18 |
regex==2020.1.8
|
19 |
bokeh==1.4.0
|
20 |
-
importlib_resources
|
21 |
-
urllib3==1.25.11
|
22 |
-
requests==2.28.2
|
|
|
12 |
torch>=1.3.0
|
13 |
matplotlib==3.3.4
|
14 |
seaborn==0.11.2
|
15 |
+
boto3==1.34.124
|
16 |
boto3_type_annotations==0.3.1
|
17 |
gunicorn==20.0.4
|
18 |
regex==2020.1.8
|
19 |
bokeh==1.4.0
|
20 |
+
importlib_resources
|
|
|
|