Conversation
33ba76c to
6cf4bce
Compare
Contributor
There was a problem hiding this comment.
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]
antonwolfy
approved these changes
Jun 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
scipy-1.15.2 is now available on
https://software.repos.intel.com/python/condafor 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/condawas scipy=1.10.1 which requiredmkl>=2024.2,<2025.