Skip to content

Commit

Permalink
COMP: downgrade numpy for arm64
Browse files Browse the repository at this point in the history
Latest numpy and statsmodels don't play nicely together
  • Loading branch information
cookpa authored Aug 26, 2024
1 parent f2f1571 commit 2d34896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
dependencies = [
"pandas",
"pyyaml",
"numpy",
"numpy==2.0.1",
"statsmodels",
"webcolors",
"matplotlib",
Expand Down

0 comments on commit 2d34896

Please sign in to comment.