homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

scipy: migrate to `[email protected]`

Open chenrui333 opened this issue 1 year ago • 3 comments

eigenpy: migrate to [email protected]

chenrui333 avatar Oct 12 '24 20:10 chenrui333

This needs to be done with all its dependents (revision bumping everything). May need to remove the audit exception to see mixed dependency tree issues. Or can just grep through all dependents using scipy (and recursive dependents) that have a dependency on [email protected].

cho-m avatar Oct 12 '24 20:10 cho-m

  • there is some issue with some formula to do py3.13 like https://github.com/scikit-image/scikit-image/pull/7565

chenrui333 avatar Oct 12 '24 20:10 chenrui333

Fedora may be a good reference for issues since they've been testing/fixing Python 3.13 since alpha.

EDIT: Though if there are issues in build-specific python packages then it is trickier as we use build isolation.

cho-m avatar Oct 12 '24 20:10 cho-m

Migrated in #194577

branchv avatar Oct 24 '24 02:10 branchv