Skip to content

relax the condition for mkl-devel version for python 3.10 #202

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

Merged
merged 1 commit into from
Jun 30, 2025
Merged

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented Jun 30, 2025

scipy-1.15.2 is now available on https://software.repos.intel.com/python/conda for python 3.10.
So we can relax the condition for mkl-devel version for python 3.10.

Previously, the only scipy available for python 3.10 from https://software.repos.intel.com/python/conda was scipy=1.10.1 which required mkl>=2024.2,<2025.

@vtavana vtavana self-assigned this Jun 30, 2025
@vtavana vtavana force-pushed the fix-CI branch 4 times, most recently from 33ba76c to 6cf4bce Compare June 30, 2025 15:58
@vtavana vtavana changed the title build the package with numpy-2.0 in CI relax the condition for mkl-devel version for python 3.10 Jun 30, 2025
@vtavana vtavana marked this pull request as ready for review June 30, 2025 16:33
@Copilot Copilot AI review requested due to automatic review settings June 30, 2025 16:33
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

This PR relaxes the condition on the mkl-devel dependency for Python 3.10 in response to the updated availability of scipy-1.15.2.

  • Remove the mkl-devel version constraint for Python 3.10.
  • Ensure that the condition now only applies for Python 3.9.
Comments suppressed due to low confidence (1)

conda-recipe/meta.yaml:23

  • The comment in this dependency line now only refers to Python 3.9 (py==39). To improve clarity, consider updating the comment to explicitly state that the mkl-devel version constraint has been relaxed for Python 3.10.
      - mkl-devel 2024.2.*  # [py==39]

@vtavana vtavana merged commit 0383d88 into master Jun 30, 2025
57 checks passed
@vtavana vtavana deleted the fix-CI branch June 30, 2025 16:48
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