Skip to content

Commit c038626

Browse files
authored
Add aws_batch dependency extra (#773)
* create `aws_batch` extra Signed-off-by: Jake Schmidt <[email protected]> * unpin `boto3` in `dev-requirements.txt` * unpin `aiobotocore` in `dev-requirements.txt` Signed-off-by: Jake Schmidt <[email protected]> --------- Signed-off-by: Jake Schmidt <[email protected]>
1 parent 1fe0607 commit c038626

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
aiobotocore==2.4.2
1+
aiobotocore
22
ax-platform[mysql]==0.2.3
33
black==23.3.0
4-
boto3==1.24.59
4+
boto3
55
captum>=0.4.0
66
docker
77
flake8==3.9.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def get_nightly_version():
8181
],
8282
},
8383
extras_require={
84+
"aws_batch": ["boto3"],
8485
"gcp_batch": [
8586
"google-cloud-batch>=0.5.0",
8687
"google-cloud-logging>=3.0.0",

0 commit comments

Comments
 (0)