Skip to content

Commit 88d0fda

Browse files
committed
update exercise dependencies
1 parent 72ae086 commit 88d0fda

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
flask>=1.1.1,<1.2.0
2+
markupsafe==2.0.1 # https://github.com/aws/aws-sam-cli/issues/3661
23
redis>=3.3.11,<3.4

exercise_notebooks/shadow_mode_exercise/requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# ML requirements
2-
numpy>=1.18.1,<1.19.0
3-
scikit-learn>=0.22.1,<0.23.0
4-
pandas>=0.25.3,<0.26.0
2+
numpy>=1.20.0,<1.21.0
3+
pandas>=1.3.5,<1.4.0
4+
scikit-learn>=1.0.2,<1.1.0
5+
jupyter>=1.0.0,<1.1.0
56
feature_engine>=0.3.1,<0.4.0
6-
joblib>=0.14.1,<0.15.0
7+
joblib>=1.0.1,<1.1.0
78
matplotlib>=3.1.3,<3.2.0
89
seaborn>=0.10.0,<0.11.0
910
jupyter>=1.0.0,<1.1.0

0 commit comments

Comments
 (0)