Skip to content

Commit 713b28e

Browse files
updates
1 parent 2e06634 commit 713b28e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

python-recipes/computer-vision/00_facial_recognition_facenet.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161
],
6262
"source": [
63-
"!pip install -q matplotlib numpy pillow redisvl requests deepface"
63+
"!pip install -q matplotlib numpy pillow redisvl requests deepface tf-keras"
6464
]
6565
},
6666
{

python-recipes/recommendation-systems/01_collaborative_filtering.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
41-
"%pip install -q \"numpy==1.24.3\" \"scikit-surprise==1.1.3\" redis redisvl pandas requests"
41+
"%pip install -q redis redisvl pandas requests\n",
42+
"%pip install -q \"numpy==1.24.3\" \"scikit-surprise==1.1.3\""
4243
]
4344
},
4445
{

0 commit comments

Comments
 (0)