Skip to content

Commit

Permalink
deps: update numpy and statsmodels to solve python3.12 incompatibilities
Browse files Browse the repository at this point in the history
Maybe there are wiser ways of only requiring updated packages for python 3.12,
while still allowing older package versions for python <= 3.11, but I was only
looking for the minimum set of working packages.

The issue with numpy is documented here, and officially solved with numpy 1.26:
https://numpy.org/devdocs/reference/distutils_status_migration.html

This commit needs to be reworked, and either squashed in the one updating the
python compatibility, or better moved BEFORE dropping python 3.8 and introducing
3.12.
  • Loading branch information
muxator committed Feb 24, 2024
1 parent dbab2b2 commit dc4694c
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 112 deletions.
Loading

0 comments on commit dc4694c

Please sign in to comment.