Skip to content

Commit 081db73

Browse files
Minimum PyG version is 2.3 (2.3 can be installed without external libraries)
1 parent eb51a1b commit 081db73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"path>=17.0.0",
3939
"pyarrow>=16.1.0,<16.2.0",
4040
"dask_geopandas>=0.4.0",
41-
"torch-geometric>=2.2.0",
41+
"torch-geometric>=2.3.0",
4242
"pqdm>=0.2.0",
4343
"rtree>=1.3.0",
4444
]

0 commit comments

Comments
 (0)