We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aws_batch
1 parent 1fe0607 commit c038626Copy full SHA for c038626
dev-requirements.txt
@@ -1,7 +1,7 @@
1
-aiobotocore==2.4.2
+aiobotocore
2
ax-platform[mysql]==0.2.3
3
black==23.3.0
4
-boto3==1.24.59
+boto3
5
captum>=0.4.0
6
docker
7
flake8==3.9.0
setup.py
@@ -81,6 +81,7 @@ def get_nightly_version():
81
],
82
},
83
extras_require={
84
+ "aws_batch": ["boto3"],
85
"gcp_batch": [
86
"google-cloud-batch>=0.5.0",
87
"google-cloud-logging>=3.0.0",
0 commit comments