Skip to content

Commit 153a8ec

Browse files
committed
checked deps
1 parent b602c00 commit 153a8ec

1 file changed

Lines changed: 5 additions & 25 deletions

File tree

Get-Ready.ipynb

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"id": "00e4890b",
2222
"metadata": {},
2323
"source": [
24-
"⚠️ Please remember to **activate** the new `ppml` environment before running the following cells"
24+
"⚠️ Please remember to **activate** the new `ppml` environment before running the following cells (**if you're running this notebook on your computer**)"
2525
]
2626
},
2727
{
@@ -60,7 +60,7 @@
6060
"source": [
6161
"assert (\n",
6262
" syft_v := sy.__version__\n",
63-
") == \"0.5.0\", f\"In this tutorial we will be using PySyft 0.5.0 - found {syft_v} instead\""
63+
") == \"0.5.1\", f\"In this tutorial we will be using PySyft 0.5.0 - found {syft_v} instead\""
6464
]
6565
},
6666
{
@@ -70,25 +70,7 @@
7070
"metadata": {},
7171
"outputs": [],
7272
"source": [
73-
"assert (\n",
74-
" torch_v := th.__version__\n",
75-
") == \"1.8.1\", (\n",
76-
" f\"In this tutorial we will be using PyTorch 1.8.1 - found {torch_v} instead\"\n",
77-
")"
78-
]
79-
},
80-
{
81-
"cell_type": "code",
82-
"execution_count": null,
83-
"id": "1c4525ad",
84-
"metadata": {},
85-
"outputs": [],
86-
"source": [
87-
"assert (\n",
88-
" thv_v := torchvision.__version__\n",
89-
") == \"0.9.1\", (\n",
90-
" f\"In this tutorial we will be using TorchVision 0.9.1 - found {thv_v} instead\"\n",
91-
")"
73+
"assert \"1.9.0\" in (torch_v := th.__version__), f\"In this tutorial we will be using PyTorch 1.8.1 - found {torch_v} instead\""
9274
]
9375
},
9476
{
@@ -98,9 +80,7 @@
9880
"metadata": {},
9981
"outputs": [],
10082
"source": [
101-
"assert (\n",
102-
" thv_v := torchvision.__version__\n",
103-
") == \"0.9.1\", (\n",
83+
"assert \"0.9\" in (thv_v := torchvision.__version__), (\n",
10484
" f\"In this tutorial we will be using TorchVision 0.9.1 - found {thv_v} instead\"\n",
10585
")"
10686
]
@@ -162,7 +142,7 @@
162142
"name": "python",
163143
"nbconvert_exporter": "python",
164144
"pygments_lexer": "ipython3",
165-
"version": "3.10.5"
145+
"version": "3.9.16"
166146
}
167147
},
168148
"nbformat": 4,

0 commit comments

Comments
 (0)