Skip to content

update recipe to use numpy-base #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update recipe to use numpy-base #209

wants to merge 1 commit into from

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented Aug 7, 2025

This will help to have the following dependency mkl_* -> numpy-base and then numpy -> mkl_*, numpy-base.

@vtavana vtavana self-assigned this Aug 7, 2025
@vtavana vtavana marked this pull request as ready for review August 9, 2025 00:46
@Copilot Copilot AI review requested due to automatic review settings August 9, 2025 00:46
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates the conda recipe to use numpy-base instead of numpy for dependency management. This change establishes a cleaner dependency hierarchy where MKL packages depend on numpy-base and numpy depends on both MKL packages and numpy-base.

  • Replace numpy with numpy-base in the recipe's runtime dependencies
  • Modify CI workflows to handle scipy installation conditionally for Python 3.9 due to dependency conflicts
  • Remove Python 3.9-specific MKL-devel version constraint

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
conda-recipe/meta.yaml Updates runtime dependency from numpy to numpy-base and removes Python 3.9 build constraint
.github/workflows/conda-package.yml Modifies test workflows to install scipy conditionally to avoid dependency conflicts with Python 3.9

@IntelPython IntelPython deleted a comment from Copilot AI Aug 9, 2025
@IntelPython IntelPython deleted a comment from Copilot AI Aug 9, 2025
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.

1 participant