Skip to content

Remove writting of packages with numpy as this is now obsolete - #133

Merged
ccoulombe merged 1 commit into
mainfrom
update/remove-packages_w_numpy.txt
Sep 2, 2026
Merged

ccoulombe merged 1 commit into
mainfrom
update/remove-packages_w_numpy.txt

Conversation

@ccoulombe

Copy link
Copy Markdown
Contributor

Before oldest-supported-numpy we needed to track packages, but now with numpy 2.x and 1.x it has become stale.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

The removed tracking file has no remaining references in the repository and the script change cleanly eliminates dead/obsolete behavior without affecting the pinning logic.

Pull request overview

Removes the obsolete mechanism that tracked wheel builds referencing a specific NumPy C-API version, reflecting that this list is no longer maintained/needed now that NumPy 1.x and 2.x are supported without oldest-supported-numpy.

Changes:

  • Deletes packages_w_numpy_api.txt (previously a manually-committed tracking list).
  • Removes the build_wheel.sh logic that appended package names to packages_w_numpy_api.txt during NumPy link-info inspection.
File summaries
File Description
packages_w_numpy_api.txt Removes the now-obsolete tracked package list.
build_wheel.sh Stops recording packages into the removed tracking file while keeping NumPy pin adjustment behavior intact.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ccoulombe
ccoulombe merged commit 2453ffe into main Sep 2, 2026
1 check passed
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