Skip to content

Commit

Permalink
add numba and numpy deps for se3gnn
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed May 16, 2021
1 parent 7756773 commit 8265086
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'egnn-pytorch',
packages = find_packages(),
version = '0.1.10',
version = '0.1.11',
license='MIT',
description = 'E(n)-Equivariant Graph Neural Network - Pytorch',
author = 'Phil Wang, Eric Alcaide',
Expand All @@ -17,6 +17,8 @@
],
install_requires=[
'einops>=0.3',
'numba',
'numpy',
'torch>=1.6'
],
setup_requires=[
Expand Down

0 comments on commit 8265086

Please sign in to comment.