Skip to content

Conversation

@skupr-anaconda
Copy link
Contributor

@skupr-anaconda skupr-anaconda commented Oct 22, 2025

Destination channel: defaults

Links

Explanation of changes:

  • Add a patch to fix pyproject.toml license format, setuptools, and python version constraint. It needed:
    • because numpy-base 2.3.0 has the setuptools <74 runtime dependency.
    • setuptools >=77 is incompatible with an old pyproject.license format
    • bump the upper bound of Python to <3.15
  • Skip py<311 because numpy-base 2.3.0 no longer supports Python 3.10: https://numpy.org/devdocs/release/2.3.0-notes.html
  • Update runtime pinnings
  • Remove obsolete imports
  • Use ANACONDA_ROCKET_ENABLE_PY314 : yes

Notes:

  • linux-64 and win-64 have been built on dev machines with --no-test because it has numpy as a cyclic dependency

@skupr-anaconda skupr-anaconda marked this pull request as ready for review October 24, 2025 09:21
recipe/meta.yaml Outdated
Comment on lines 16 to 17
# numpy-base 2.3.0 no longer supports Python 3.10: https://numpy.org/devdocs/release/2.3.0-notes.html
skip: True # [py<311 or osx]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# numpy-base 2.3.0 no longer supports Python 3.10: https://numpy.org/devdocs/release/2.3.0-notes.html
skip: True # [py<311 or osx]
skip: True # [py<39 or osx]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The py39 tests failed with an error on linux-64 and win-64:
ERROR: Failed to get package records, max retries exceeded.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 3.9 EOL will eliminate that problem :)

@skupr-anaconda skupr-anaconda merged commit ffd82f0 into master Oct 27, 2025
20 of 23 checks passed
@skupr-anaconda skupr-anaconda deleted the 2.1.1 branch October 27, 2025 14:08
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.

4 participants