Skip to content

Commit 3bbaaca

Browse files
committed
Update pandas to >=2.3.0 for numpy 2.x compatibility
Pandas 2.2.x was compiled against numpy 1.x and causes ABI incompatibility errors with numpy 2.x. Pandas 2.3.0+ supports numpy 2.x properly.
1 parent fbe007f commit 3bbaaca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/graphrag-storage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"azure-identity~=1.19",
3737
"azure-storage-blob~=12.24",
3838
"graphrag-common==2.7.0",
39-
"pandas~=2.2",
39+
"pandas>=2.3.0",
4040
"pydantic~=2.10",
4141
]
4242

packages/graphrag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"nltk==3.9.1",
5252
"numpy>=2.0.0",
5353
"openai~=1.68",
54-
"pandas~=2.2",
54+
"pandas>=2.3.0",
5555
"pyarrow~=22.0",
5656
"pydantic~=2.10",
5757
"spacy~=3.8",

0 commit comments

Comments
 (0)