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.
1 parent b3ac7ee commit 35dbf15Copy full SHA for 35dbf15
requirements.txt
@@ -1,6 +1,6 @@
1
Flask==1.1.1 # sagemaker-containers requires flask 1.1.1
2
PyYAML==5.4.1
3
-Pillow==9.0.1
+Pillow==9.1.0
4
boto3==1.17.52
5
botocore==1.20.52
6
cryptography==35.0.0
@@ -23,4 +23,4 @@ urllib3==1.26.5
23
wheel==0.36.2
24
jinja2==2.10.2
25
MarkupSafe==1.1.1
26
-Werkzeug==0.15.6
+Werkzeug==0.15.6
test/resources/versions/train.py
@@ -6,7 +6,7 @@
PYTHON_MINOR_VERSION = 7
7
REQUIREMENTS = """\
8
Flask==1.1.1
9
-Pillow==9.0.0
10
11
12
0 commit comments