Skip to content

Commit 1221eb8

Browse files
committed
Stabilize NumPy 2.x dependency compatibility for CI
1 parent 0012db6 commit 1221eb8

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
@@ -44,7 +44,7 @@ plotly = "*"
4444
# https://github.com/bokeh/bokeh/issues/14412
4545
# https://github.com/malariagen/malariagen-data-python/issues/734
4646
bokeh = "<3.7.0"
47-
statsmodels = "*"
47+
statsmodels = ">=0.14.2"
4848
ipyleaflet = ">=0.17.0"
4949
ipywidgets = "*"
5050
# https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean

0 commit comments

Comments
 (0)