Skip to content

Commit cedfd37

Browse files
bump Python version
1 parent 65db89c commit cedfd37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

labs/Lab 0 - Prerequisites.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"#### Using conda\n",
5757
"To create a new conda environment called 'mlcourse' (or whatever you like), run\n",
5858
"```\n",
59-
"conda create -n mlcourse python=3.10\n",
59+
"conda create -n mlcourse python=3.14\n",
6060
"```\n",
6161
"\n",
6262
"You activate the environment with `conda activate mlcourse` and deacticate it with `conda deactivate`.\n",
@@ -164,7 +164,7 @@
164164
"name": "python",
165165
"nbconvert_exporter": "python",
166166
"pygments_lexer": "ipython3",
167-
"version": "3.10.13"
167+
"version": "3.14.2"
168168
}
169169
},
170170
"nbformat": 4,

0 commit comments

Comments
 (0)