Skip to content
Open
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 @@ -96,7 +96,7 @@ dev = [
# NumPy 2.4+ bundles PEP 695 syntax in its stubs; mypy targeting the
# supported Python 3.11 floor cannot parse those stubs. This is a dev/type
# checking constraint, not an application runtime dependency.
"numpy>=2,<2.4",
"numpy>=2,<2.5",
"pandas>=2.2,<4",
"pytest>=8.3,<10",
"pytest-asyncio>=0.24,<2",
Expand Down
Loading