Skip to content

Commit

Permalink
tut versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Sep 16, 2024
1 parent 0f74a17 commit 4f38099
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"metadata": {},
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"!pip install pvdeg==0.3.3"
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies \n",
"# and prevent \"ModuleNotFoundError\" in later cells:\n",
"!pip install pvdeg==0.4.2"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
"metadata": {},
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
"# !pip install pvdeg==0.3.3"
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies \n",
"# and prevent \"ModuleNotFoundError\" in later cells:\n",
"!pip install pvdeg==0.4.2"
]
},
{
Expand Down Expand Up @@ -719,7 +720,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.11.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4f38099

Please sign in to comment.