Skip to content

Commit

Permalink
Combine installs to ensure proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian authored Apr 10, 2024
1 parent bdaf96e commit ebc2acb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorials/object_detection/Object_Detection_for_3_dogs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
"outputs": [],
"source": [
"!pip install --upgrade pip\n",
"!pip install 'keras<3.0.0'\n",
"!pip install mediapipe-model-maker"
"!pip install 'keras<3.0.0' mediapipe-model-maker"
]
},
{
Expand Down

0 comments on commit ebc2acb

Please sign in to comment.