-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
43 lines (40 loc) · 998 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "graph-transformer"
version = "0.1.0"
description = "Implementation of a graph transformer, which acts on graphs via their representation as minimal DFS codes."
authors = ["Chris Wendler <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
torch-geometric = "2.0.3"
matplotlib = "^3.4.2"
tqdm = "^4.61.1"
pandas = "^1.2.5"
jupyter = "^1.0.0"
ase = "^3.22.0"
schnetpack = "^0.3"
pybind11 = "^2.6.2"
func-timeout = "^4.3.5"
sacred = "0.8.2"
wandb = "^0.10.33"
PyQtWebEngine = "^5.15.4"
ogb = "^1.3.1"
focal-loss-torch = "^0.0.7"
deepchem = "^2.5.0"
numpy = "1.19.3"
tensorflow = "^2.6.0"
rdkit-pypi = "^2021.3.4"
chemprop = "^1.3.1"
dgl = "^0.6.1"
dgllife = "^0.2.8"
ml-collections = "^0.1.0"
PyYAML = "^5.4.1"
einops = "^0.3.2"
torchdistill = "^0.2.6"
biopython = "^1.79"
grakel = "^0.1.8"
torch = "^1.12.1"
transformers = "^4.23.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"