Skip to content

Commit

Permalink
Update whylogs dependency and intro notebook install command (#88)
Browse files Browse the repository at this point in the history
* Update whylogs dependency
* Update intro notebook install to allow newer versions
* Update version 0.0.6
  • Loading branch information
jamie256 authored Jul 12, 2023
1 parent 78a2011 commit 449057a
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 118 deletions.
4 changes: 2 additions & 2 deletions langkit/examples/Intro_to_Langkit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"outputs": [],
"source": [
"# Note: you may need to restart the kernel to use updated packages.\n",
"%pip install 'langkit[all]==0.0.1' -q\n",
"%pip install -U langkit[all]\n",
"%pip install xformers ipywidgets -q\n"
]
},
Expand Down Expand Up @@ -226,7 +226,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.8.10"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
Loading

0 comments on commit 449057a

Please sign in to comment.