File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " polygraph"
77version = " 0.1"
8- description = " Graph Generation Gym "
8+ description = " Evaluation benchmarks for graph generative models "
99authors = [
1010 { name = " Markus Krimmel" , email = " krimmel@biochem.mpg.de" },
1111 { name = " Philip Hartout" , email = " hartout@biochem.mpg.de" },
@@ -14,21 +14,21 @@ authors = [
1414]
1515requires-python = " >=3.7"
1616dependencies = [
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 = [
3737dev = [
3838 " pytest" ,
3939 " pytest-xdist" ,
40- " hydra-core" ,
4140 " pyprojroot" ,
4241 " ipython" ,
4342 " ruff" ,
You can’t perform that action at this time.
0 commit comments