Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed May 25, 2022
1 parent a09e4b2 commit 70c74e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ While offering a similar API and set of graph algorithms to NetworkX, RAPIDS cuG

#### Latest Release
```
conda config --add channels arangodb
conda install -c arangodb adbcug-adapter
```

Expand Down
2 changes: 0 additions & 2 deletions adbcug_adapter/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def _prepare_arangodb_vertex(self, adb_vertex: Json, col: str) -> None:
:type adb_vertex: adbcug_adapter.typings.Json
:param col: The ArangoDB collection the vertex belongs to.
:type col: str
:return: The ArangoDB _id attribute of the vertex.
:rtype: str
"""
return

Expand Down
5 changes: 3 additions & 2 deletions conda/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ channels:
dependencies:
- cudatoolkit>=11.2
- cugraph>=21.12
- python-arango>=7.3.3
- python>=3.7,<3.10
- python>=3.7,<3.10
- pip:
- python-arango>=7.3.3

0 comments on commit 70c74e3

Please sign in to comment.