Skip to content

Commit b7eb223

Browse files
committed
add descriptatorus to mandatory dependencies (this time for real)
1 parent bf3335f commit b7eb223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
]
88
dependencies = [
99
"chebai",
10+
"descriptastorus",
1011
# below packages need to manually installed as mentioned in readme
1112
# torch-geometric
1213
# torch_scatter
@@ -15,7 +16,6 @@ dependencies = [
1516
[project.optional-dependencies]
1617
dev = [
1718
"tox",
18-
"descriptastorus",
1919
]
2020

2121
linters = [

0 commit comments

Comments
 (0)