We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0cd6c commit ba0361cCopy full SHA for ba0361c
requirements.txt
@@ -3,7 +3,7 @@ PyYAML==5.4
3
Pillow==9.0.0
4
boto3==1.17.52
5
botocore==1.20.52
6
-cryptography==3.4.6
+cryptography==35.0.0
7
gunicorn==19.10.0
8
matplotlib==3.3.2
9
multi-model-server==1.1.1
@@ -20,3 +20,7 @@ scipy==1.5.3
20
smdebug==1.0.7
21
urllib3==1.26.5
22
wheel==0.35.1
23
+jinja2==3.0.3
24
+itsdangerous==2.0.1
25
+MarkupSafe==2.1.1
26
+Werkzeug==0.15.6
test/resources/versions/train.py
@@ -11,7 +11,7 @@
11
12
13
conda==4.9.0
14
15
16
17
@@ -29,6 +29,10 @@
29
30
31
32
33
34
35
36
""".strip()
37
38
0 commit comments