minor updates to dependencies and link to mybinder

This commit is contained in:
franzi
2024-03-04 12:00:21 +01:00
parent b86690714c
commit eace56a7b2
14 changed files with 4042 additions and 17 deletions

View File

@@ -17,14 +17,16 @@
"# they should not be too much behind the ones in the comments...\n",
"import numpy\n",
"print(\"numpy\", numpy.__version__) # >= 1.22.3\n",
"import matplotlib\n",
"print(\"matplotlib\", matplotlib.__version__) # >= 3.5.1\n",
"import pandas\n",
"print(\"pandas\", pandas.__version__) # >= 1.4.2\n",
"import scipy\n",
"print(\"scipy\", scipy.__version__) # >= 1.8.0\n",
"import sklearn\n",
"print(\"sklearn\", sklearn.__version__) # >= 1.2.0\n",
"import matplotlib\n",
"print(\"matplotlib\", matplotlib.__version__) # >= 3.5.1\n",
"import joblib\n",
"print(\"joblib\", joblib.__version__) # >= 1.2.0\n",
"import PIL\n",
"print(\"pillow\", PIL.__version__) # >= 9.1.0\n",
"import plotly\n",
@@ -76,7 +78,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.2"
"version": "3.11.6"
}
},
"nbformat": 4,