We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2655d commit 0de10c1Copy full SHA for 0de10c1
pyproject.toml
@@ -7,21 +7,18 @@ authors = [
7
]
8
dependencies = [
9
"chebai",
10
- "descriptastorus"
+ # below packages need to manually installed as mentioned in readme
11
+ # torch-geometric
12
+ # torch_scatter
13
14
15
[project.optional-dependencies]
16
dev = [
17
"tox",
18
"pre-commit",
- "black"
-]
19
-
20
-inference = [
21
- "chebai" # pip install chebai[inference]
22
- # below packages need to manually installed as mentioned in readme
23
- # torch-geometric
24
- # torch_scatter
+ "black",
+ "descriptastorus",
+ "isort",
25
26
27
[build-system]
0 commit comments