Skip to content

Commit

Permalink
fix: update package version to latest release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna authored Dec 30, 2021
1 parent 3bd0f2d commit 5dab8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ArangoDB_DGL_Adapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"source": [
"%%capture\n",
"!git clone -b oasis_connector --single-branch https://github.com/arangodb/interactive_tutorials.git\n",
"!git clone -b 1.0.0 --single-branch https://github.com/arangoml/dgl-adapter.git\n",
"!git clone -b 1.0.1 --single-branch https://github.com/arangoml/dgl-adapter.git\n",
"!rsync -av dgl-adapter/examples/ ./ --exclude=.git\n",
"!rsync -av interactive_tutorials/ ./ --exclude=.git\n",
"!pip3 install adbdgl_adapter==1.0.0\n",
"!pip3 install adbdgl_adapter==1.0.1\n",
"!pip3 install matplotlib\n",
"!pip3 install pyArango\n",
"!pip3 install networkx ## For drawing purposes "
Expand Down

0 comments on commit 5dab8ad

Please sign in to comment.