mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 20:19:29 +01:00
Require and upgrade to Python 3.8
This commit is contained in:
@@ -48,9 +48,9 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Python ≥3.7 is required\n",
|
||||
"# Python ≥3.8 is required\n",
|
||||
"import sys\n",
|
||||
"assert sys.version_info >= (3, 7)\n",
|
||||
"assert sys.version_info >= (3, 8)\n",
|
||||
"\n",
|
||||
"# Common imports\n",
|
||||
"import numpy as np\n",
|
||||
@@ -3859,7 +3859,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.10"
|
||||
"version": "3.8.12"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user