Skip to content

Commit 54c816f

Browse files
authored
Updated dependencies and project description (#18)
1 parent 2e725fd commit 54c816f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

pyproject.toml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "polygraph"
77
version = "0.1"
8-
description = "Graph Generation Gym"
8+
description = "Evaluation benchmarks for graph generative models"
99
authors = [
1010
{ name = "Markus Krimmel", email = "krimmel@biochem.mpg.de" },
1111
{ name = "Philip Hartout", email = "hartout@biochem.mpg.de" },
@@ -14,21 +14,21 @@ authors = [
1414
]
1515
requires-python = ">=3.7"
1616
dependencies = [
17-
"numpy",
18-
"torch",
19-
"torch_geometric",
17+
"numpy>=1.26.4,<3.0",
18+
"torch>=2.4.0,<3.0",
19+
"torch_geometric>=2.6.1,<3.0",
2020
"rich",
21-
"scipy",
22-
"pydantic",
23-
"networkx",
21+
"scipy>=1.14.0,<2.0",
22+
"pydantic~=2.11.7",
23+
"networkx>=3.4,<4.0",
2424
"joblib",
2525
"appdirs",
2626
"loguru",
2727
"rdkit",
2828
"pandas",
2929
"orbit-count",
30-
"numba",
31-
"scikit-learn",
30+
"numba~=0.61.2",
31+
"scikit-learn>=1.6.1,<2.0",
3232
"tabpfn==2.0.9",
3333
"fcd~=1.2.2"
3434
]
@@ -37,7 +37,6 @@ dependencies = [
3737
dev = [
3838
"pytest",
3939
"pytest-xdist",
40-
"hydra-core",
4140
"pyprojroot",
4241
"ipython",
4342
"ruff",

0 commit comments

Comments
 (0)