We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aced45 commit 7c8cc11Copy full SHA for 7c8cc11
pyproject.toml
@@ -1,12 +1,12 @@
1
[project]
2
name = "e3tools"
3
-description = "Add your description here"
+description = "A repository of building blocks in PyTorch for E(3)/SE(3)-equivariant neural networks"
4
readme = "README.md"
5
dynamic = ["version"]
6
authors = [
7
{ name = "Joseph Kleinhenz", email = "kleinhej@gene.com" }
8
]
9
-requires-python = ">=3.11"
+requires-python = ">=3.10"
10
dependencies = [
11
"e3nn>=0.5.5",
12
"jaxtyping>=0.2.38",
0 commit comments