Tags: arangoml/pyg-adapter
Tags
Code Cleanup (#23) * code cleanup copy of arangoml/dgl-adapter@6b36a50 * attempt fix: `pip install torch` * attempt fix: remove `-e` * attempt fix: remove cache * fix: bad comment * attempt fix: `pip install torch-sparse` * attempt fix: torch installations * attempt fix: upgrade pip hitting a wall... * cleanup: workflows * cleanup: `adapter.py` * cleanup: workflows * fix: install publishing dependencies * extracting more logic into separate functions * fix: mypy * rename kwargs * bump `adbpyg-adapter` to `1.1.2` in notebooks * fix param order * bump * Delete build_self_hosted.yml * cleanup workflows * Update build.yml * Update build.yml * Update build.yml * parameter renaming, new `use_async` param * fix abc * fix mypy * add `strict` param to other adb -> pyg methods * Update setup.py