Skip to content

Commit d8fc9b0

Browse files
remove AWS deps as they are notoriously hard to install alongside others
1 parent 5c52bda commit d8fc9b0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

pyproject-setuptools.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,10 @@ Tqdm = '^4.62.3'
261261
# CLOUD
262262
# =====
263263

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'
267268

268269
# AWSEBCLI = '~3.2' # too outdated
269270
# AWSWrangler = '^0.0.8' # too outdated

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,10 @@ Tqdm = '^4.62.3'
269269
# CLOUD
270270
# =====
271271

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'
275276

276277
# AWSEBCLI = '~3.2' # too outdated
277278
# AWSWrangler = '^0.0.8' # too outdated

0 commit comments

Comments
 (0)