Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ quantum-pecos = { workspace = true }

[dependency-groups]
dev = [
"maturin>=1.2,<2.0", # For building (should match build requirements)
"maturin>=1.13.1,<2.0", # For building (should match build requirements)
"patchelf; platform_system != 'Windows'", # For setting rpath in shared libraries (Linux/macOS only)
"setuptools>=62.6", # Build system
"pre-commit", # Git hooks
Expand Down
Loading