Attempt #4f - pin same version of requirements from paperspace but remove cuda pinning
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -19,8 +19,8 @@ bcrypt==4.0.1
|
|
19 |
beautifulsoup4==4.11.1
|
20 |
bleach==5.0.1
|
21 |
blis==0.7.8
|
22 |
-
boto3==1.24.27
|
23 |
-
botocore==1.27.27
|
24 |
cachetools==5.2.0
|
25 |
catalogue==2.0.7
|
26 |
certifi==2019.11.28
|
|
|
19 |
beautifulsoup4==4.11.1
|
20 |
bleach==5.0.1
|
21 |
blis==0.7.8
|
22 |
+
# boto3==1.24.27
|
23 |
+
# botocore==1.27.27
|
24 |
cachetools==5.2.0
|
25 |
catalogue==2.0.7
|
26 |
certifi==2019.11.28
|