Skip to content

Commit 06b9afc

Browse files
Merge branch 'latest' into latest
2 parents 7f62fa7 + 9dab7d0 commit 06b9afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/paddle-to-openvino/paddle-to-openvino-classification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"metadata": {},
6060
"outputs": [],
6161
"source": [
62-
"%pip install -q \"paddlepaddle>=2.5.1,<2.6.0\"\n",
63-
"%pip install -q \"paddleclas>=2.5.2\" --no-deps\n",
62+
"%pip install -q \"paddlepaddle>=2.6.2,<=3.0.0\"\n",
63+
"%pip install -q \"paddleclas==2.5.2\" --no-deps\n",
6464
"%pip install -q \"prettytable\" \"protobuf==3.20.0\" \"ujson\" \"visualdl>=2.5.3\" \"faiss-cpu>=1.7.1\" Pillow tqdm \"matplotlib>=3.4\" \"opencv-python\" \"scikit-learn\"\n",
6565
"# Install openvino package\n",
6666
"%pip install -q \"openvino>=2023.1.0\""

0 commit comments

Comments
 (0)