Skip to content

Conversation

@vtavana
Copy link
Contributor

@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 AI review requested due to automatic review settings August 9, 2025 00:46
Copy link
Contributor

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
@vtavana vtavana merged commit 95e2b7b into master Aug 12, 2025
61 checks passed
@vtavana vtavana deleted the update-recipe branch August 12, 2025 13:12
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