Skip to content

Commit ba0361c

Browse files
authored
Fix xgboost 1.2-1 codebuild (#261)
1 parent 9a0cd6c commit ba0361c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

requirements.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PyYAML==5.4
33
Pillow==9.0.0
44
boto3==1.17.52
55
botocore==1.20.52
6-
cryptography==3.4.6
6+
cryptography==35.0.0
77
gunicorn==19.10.0
88
matplotlib==3.3.2
99
multi-model-server==1.1.1
@@ -20,3 +20,7 @@ scipy==1.5.3
2020
smdebug==1.0.7
2121
urllib3==1.26.5
2222
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

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
boto3==1.17.52
1212
botocore==1.20.52
1313
conda==4.9.0
14-
cryptography==3.4.6
14+
cryptography==35.0.0
1515
gunicorn==19.10.0
1616
matplotlib==3.3.2
1717
multi-model-server==1.1.1
@@ -29,6 +29,10 @@
2929
smdebug==1.0.7
3030
urllib3==1.26.5
3131
wheel==0.35.1
32+
jinja2==3.0.3
33+
itsdangerous==2.0.1
34+
MarkupSafe==2.1.1
35+
Werkzeug==0.15.6
3236
""".strip()
3337

3438

0 commit comments

Comments
 (0)