Skip to content

Commit

Permalink
deps: update numpy and statsmodels in preparation to solving python3.…
Browse files Browse the repository at this point in the history
…12 incompatibilities

The issue with numpy is documented here, and officially solved with numpy 1.26:
https://numpy.org/devdocs/reference/distutils_status_migration.html
  • Loading branch information
muxator committed Feb 24, 2024
1 parent 2ef1efb commit 15ded4c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 81 deletions.
118 changes: 39 additions & 79 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ classifiers = [
python = ">=3.8,<3.12"
ipywidgets = "^8.1.2"
matplotlib = "^3.7.3"
numpy = ">=1.24.4,<1.25.0"
numpy = ">=1.24.4,<1.27.0"
pandas = "^1.5.3"
scikit-learn = "^1.3.1"
seaborn = "^0.12.2"
statsmodels = "^0.13.2"
statsmodels = "^0.14.1"
tables = "^3.8.0"
xgboost = "^1.7.6"
scipy = "^1.10.1"
Expand Down

0 comments on commit 15ded4c

Please sign in to comment.