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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
# explicitly rather than relying on the transitive pin. scipy arrives
# transitively via statsmodels and is not declared here directly.
"statsmodels>=0.14.6",
"pandas>=3.0.3",
"pandas>=3.0.4",
# scipy is a transitive dependency of statsmodels (it supplies the
# underlying distributions for the F-test, Tukey HSD, etc.), so its
# version materially affects the statistics output. Not declared as a
Expand Down Expand Up @@ -75,7 +75,7 @@ dependencies = [
# Dev tooling - install with: pip install -e ".[dev]"
dev = [
"pytest>=9.1.1",
"ruff>=0.15.18",
"ruff>=0.15.20",
]

[build-system]
Expand Down