Skip to content

Commit 7c8cc11

Browse files
committed
relax python version requirement
1 parent 0aced45 commit 7c8cc11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "e3tools"
3-
description = "Add your description here"
3+
description = "A repository of building blocks in PyTorch for E(3)/SE(3)-equivariant neural networks"
44
readme = "README.md"
55
dynamic = ["version"]
66
authors = [
77
{ name = "Joseph Kleinhenz", email = "kleinhej@gene.com" }
88
]
9-
requires-python = ">=3.11"
9+
requires-python = ">=3.10"
1010
dependencies = [
1111
"e3nn>=0.5.5",
1212
"jaxtyping>=0.2.38",

0 commit comments

Comments
 (0)