Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
Former-commit-id: 5eca88f
  • Loading branch information
gerkone committed Dec 15, 2022
1 parent ad76793 commit 2425670
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Reimplementation of [SEGNN](https://arxiv.org/abs/2110.02905) in jax. Original w

## Installation
```
python -m pip install segnn-jax
```

Or build locally
```
python -m pip install -e .
```

Expand Down
2 changes: 2 additions & 0 deletions segnn_jax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
"balanced_irreps",
"SteerableGraphsTuple",
]

__version__ = "0.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = segnn_jax
version = 0.1
version = attr: segnn_jax.__version__
author = Gianluca Galletti
author_email = [email protected]
description = Steerable E(3) GNN in jax
Expand Down

0 comments on commit 2425670

Please sign in to comment.