Skip to content

Commit 4f38099

Browse files
committed
tut versions
1 parent 0f74a17 commit 4f38099

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

tutorials_and_tools/tutorials_and_tools/Tools - Edge Seal Oxygen Ingress.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32-
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
33-
"!pip install pvdeg==0.3.3"
32+
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies \n",
33+
"# and prevent \"ModuleNotFoundError\" in later cells:\n",
34+
"!pip install pvdeg==0.4.2"
3435
]
3536
},
3637
{

tutorials_and_tools/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb

+4-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
"metadata": {},
4747
"outputs": [],
4848
"source": [
49-
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
50-
"# !pip install pvdeg==0.3.3"
49+
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies \n",
50+
"# and prevent \"ModuleNotFoundError\" in later cells:\n",
51+
"!pip install pvdeg==0.4.2"
5152
]
5253
},
5354
{
@@ -719,7 +720,7 @@
719720
"name": "python",
720721
"nbconvert_exporter": "python",
721722
"pygments_lexer": "ipython3",
722-
"version": "3.9.18"
723+
"version": "3.11.7"
723724
}
724725
},
725726
"nbformat": 4,

0 commit comments

Comments
 (0)