Skip to content

Commit 7313de4

Browse files
timmensclaude
andcommitted
Set minimum numpy version to 2.0.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 211ec65 commit 7313de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ platforms = ["linux-64", "osx-arm64", "win-64"]
404404
[tool.pixi.dependencies]
405405
python = ">=3.12,<3.15"
406406
# Prefer conda-forge builds for compiled scientific packages
407-
numpy = ">=1.26"
407+
numpy = ">=2.0.0"
408408
scipy = ">=1.11"
409409
pandas = ">=2.1,<3"
410410
jupyterlab = ">=4.0"

0 commit comments

Comments
 (0)