Skip to content

feat: bump jax, desc-opt, and interpax versions#120

Merged
jhewers-pf merged 4 commits into
mainfrom
deps/jax-desc-opt-interpax
Jun 2, 2026
Merged

feat: bump jax, desc-opt, and interpax versions#120
jhewers-pf merged 4 commits into
mainfrom
deps/jax-desc-opt-interpax

Conversation

@jhewers-pf

@jhewers-pf jhewers-pf commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Note on numpy being limited to <2.3 (from pyproject.toml):

Upper bound: numpy>=2.3 turns float() of an ndim>0 array into a hard
TypeError (it was a DeprecationWarning before). This breaks nevergrad's
metamodel optimizer (used by NGOpt) at metamodel.py, which is unfixed in
the latest release (1.0.12). numpy 2.3 also dropped Python 3.10, so CI on
3.10 stayed on numpy 2.2 and passed while 3.11+ pulled numpy 2.4 and failed.
Drop this bound once nevergrad ships a fix.

@jhewers-pf jhewers-pf merged commit 494f6e9 into main Jun 2, 2026
19 checks passed
@jhewers-pf jhewers-pf deleted the deps/jax-desc-opt-interpax branch June 2, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants