Skip to content

Commit c8eb5af

Browse files
committed
Fix outdated comment
1 parent 71b4ee2 commit c8eb5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docs = [
5858
"nbsphinx-link==1.3.1",
5959
]
6060
pandas = ["pandas>=2, <3", "pandas-stubs>=2, <3"]
61-
gds = ["graphdatascience>=1, <2"] # not compatible yet with Python 3.13
61+
gds = ["graphdatascience>=1, <2"]
6262
neo4j = ["neo4j"]
6363
notebook = [
6464
"ipykernel==6.29.5",

0 commit comments

Comments
 (0)