Skip to content

Commit

Permalink
Update which version of ctypesgen to use.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Mar 15, 2024
1 parent de72fab commit 56b84d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/00_getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
" try:\n",
" import google.colab\n",
" !sudo apt-get -qq install exuberant-ctags libopenblas-dev software-properties-common build-essential\n",
" !pip install -q contextlib2 pint simplejson scipy git+https://github.com/ctypesgen/ctypesgen.git\n",
" !pip install -q contextlib2 pint simplejson scipy ctypesgen==1.0.2\n",
" ![ -d ~/bifrost/.git ] || git clone https://github.com/ledatelescope/bifrost ~/bifrost\n",
" !(cd ~/bifrost && ./configure && make -j all && sudo make install)\n",
" import bifrost\n",
Expand Down Expand Up @@ -553,4 +553,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 56b84d2

Please sign in to comment.