Skip to content

Commit

Permalink
bump adbpyg-adapter to 1.1.2 in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 12, 2023
1 parent c33107e commit 48160f1
Show file tree
Hide file tree
Showing 2 changed files with 1,650 additions and 1,744 deletions.
6 changes: 3 additions & 3 deletions examples/ArangoDB_PyG_Adapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"id": "bpvZS-1aeG89"
},
"source": [
"Version: 1.1.0\n",
"Version: 1.1.2\n",
"\n",
"Objective: Export Graphs from [ArangoDB](https://www.arangodb.com/), the multi-model database for graph & beyond, to [PyTorch Geometric](https://www.pyg.org/) (PyG), a python package for graph neural networks, and vice-versa."
]
Expand All @@ -58,9 +58,9 @@
"source": [
"%%capture\n",
"!pip install torch\n",
"!pip install adbpyg-adapter==1.1.0\n",
"!pip install adbpyg-adapter==1.1.2\n",
"!pip install adb-cloud-connector\n",
"!git clone -b 1.1.0 --single-branch https://github.com/arangoml/pyg-adapter.git\n",
"!git clone -b 1.1.2 --single-branch https://github.com/arangoml/pyg-adapter.git\n",
"\n",
"## For drawing purposes \n",
"!pip install matplotlib\n",
Expand Down
3,388 changes: 1,647 additions & 1,741 deletions examples/outputs/ArangoDB_PyG_Adapter_output.ipynb

Large diffs are not rendered by default.

0 comments on commit 48160f1

Please sign in to comment.