Skip to content

Commit 654e2e3

Browse files
committed
Update numpy to >=2.0.0 for Python 3.14 Windows compatibility
Numpy 1.25.x has access violation issues on Python 3.14 Windows. Numpy 2.x has proper Python 3.14 support including Windows wheels.
1 parent 6ba1521 commit 654e2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphrag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"fastuuid~=0.14",
5050
"networkx~=3.4",
5151
"nltk==3.9.1",
52-
"numpy~=1.25",
52+
"numpy>=2.0.0",
5353
"openai~=1.68",
5454
"pandas~=2.2",
5555
"pyarrow~=22.0",

0 commit comments

Comments
 (0)