File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -261,9 +261,10 @@ Tqdm = '^4.62.3'
261
261
# CLOUD
262
262
# =====
263
263
264
- # AWS
265
- AWSCLI = ' ~1.21' # let higher dependencies figure
266
- Boto3 = ' ~1.19' # let higher dependencies figure
264
+ # AWS deps: to install separately as they are notoriously hard to install alongside others
265
+ # --------
266
+ # AWSCLI = '~1.21'
267
+ # Boto3 = '~1.19'
267
268
268
269
# AWSEBCLI = '~3.2' # too outdated
269
270
# AWSWrangler = '^0.0.8' # too outdated
Original file line number Diff line number Diff line change @@ -269,9 +269,10 @@ Tqdm = '^4.62.3'
269
269
# CLOUD
270
270
# =====
271
271
272
- # AWS
273
- AWSCLI = ' ~1.21' # let higher dependencies figure
274
- Boto3 = ' ~1.19' # let higher dependencies figure
272
+ # AWS deps: to install separately as they are notoriously hard to install alongside others
273
+ # --------
274
+ # AWSCLI = '~1.21'
275
+ # Boto3 = '~1.19'
275
276
276
277
# AWSEBCLI = '~3.2' # too outdated
277
278
# AWSWrangler = '^0.0.8' # too outdated
You can’t perform that action at this time.
0 commit comments