Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson committed Jan 27, 2025
1 parent 2e06634 commit 713b28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
],
"source": [
"!pip install -q matplotlib numpy pillow redisvl requests deepface"
"!pip install -q matplotlib numpy pillow redisvl requests deepface tf-keras"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q \"numpy==1.24.3\" \"scikit-surprise==1.1.3\" redis redisvl pandas requests"
"%pip install -q redis redisvl pandas requests\n",
"%pip install -q \"numpy==1.24.3\" \"scikit-surprise==1.1.3\""
]
},
{
Expand Down

0 comments on commit 713b28e

Please sign in to comment.