Skip to content

Commit

Permalink
Merge branch 'add-support-for-numpy-2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaslourie authored Sep 7, 2024
2 parents c388408 + 0f44b78 commit 5e7bd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The format is based on `Keep a Changelog
* Add a license for the data: ``data/resnet/LICENSE``.
* Add a README for the data: ``data/resnet/README.md``.

* Add support for ``scipy == 1.14``.
* Add support for ``scipy == 1.14`` and ``numpy == 2.1``.
* Add the ``C_MIN`` and ``C_MAX`` class attributes to
``opda.parametric.NoisyQuadraticDistribution``.
* Add ``opda.utils.normal_ppf``, a fast function for computing the
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"""All Python versions currently supported by opda."""

SUPPORTED_PACKAGE_VERSIONS = {
"numpy": {"1.23", "1.24", "1.25", "1.26", "2.0"},
"numpy": {"1.23", "1.24", "1.25", "1.26", "2.0", "2.1"},
"scipy": {"1.9", "1.10", "1.11", "1.12", "1.13", "1.14"},
}
"""All core package versions currently supported by opda."""
Expand Down

0 comments on commit 5e7bd03

Please sign in to comment.