Skip to content

Commit

Permalink
notebook: Update Colab notebook
Browse files Browse the repository at this point in the history
As Google Colab is using Ubuntu-22.04.
  • Loading branch information
soonhokong committed Jul 24, 2023
1 parent d592033 commit 94b5aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/dreal4-python3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source": [
"import pkgutil\n",
"if not pkgutil.find_loader(\"dreal\"):\n",
" !curl https://raw.githubusercontent.com/dreal/dreal4/master/setup/ubuntu/20.04/install.sh | bash\n",
" !curl https://raw.githubusercontent.com/dreal/dreal4/master/setup/ubuntu/22.04/install.sh | bash\n",
" !pip install dreal --upgrade"
],
"execution_count": 0,
Expand Down

0 comments on commit 94b5aa8

Please sign in to comment.