-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
44 lines (40 loc) · 1.07 KB
/
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
44
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "mantra-benchmarks"
version = "0.0.1"
description = "Manifold Triangulations"
authors = [
"Bastian Rieck <[email protected]>"
]
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://github.com/aidos-lab/mantra-benchmarks"
repository = "https://github.com/aidos-lab/mantra-benchmarks.git"
documentation = "https://github.com/aidos-lab/mantra-benchmarks.git/issues"
package-mode = false
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"License :: OSI Approved :: BSD-3-Clause",
]
[tool.poetry.dependencies]
python = "~3.10"
gudhi = "3.9.0"
lightning = "2.2.5"
wandb = "0.17.0"
scikit-learn = "1.5.0"
scipy = "1.10.1"
torch_geometric = "2.5.3"
pandas = "2.2.2"
pydantic = "2.7.2"
torchvision = "0.18.0"
gensim = "4.3.2"
omegaconf = "2.3.0"
pydantic-settings = "2.2.1"
tabulate = "0.9.0"
[tool.poetry.dev-dependencies]
black = {version = "^21.12b0", allow-prereleases = true}
[tool.black]
line-length = 79