Skip to content

Conversation

yusufjimoh
Copy link
Contributor

@yusufjimoh yusufjimoh commented Mar 27, 2025

Description of work

mkl was pinned here to avoid unit test failures. The pin is removed and magically the unit tests are working again, so something upstream must have been fixed.

Fixes #38301

To test:

Ensure that mkl has been unpinned everywhere. It is not a primary dependency, so should not be present inside the conda recipes directly.

This does not require release notes because it's an unpinning of a secondary dependency


Reviewer

Please comment on the points listed below (full description).
Your comments will be used as part of the gatekeeper process, so please comment clearly on what you have checked during your review. If changes are made to the PR during the review process then your final comment will be the most important for gatekeepers. In this comment you should make it clear why any earlier review is still valid, or confirm that all requested changes have been addressed.

Code Review

  • Is the code of an acceptable quality?
  • Does the code conform to the coding standards?
  • Are the unit tests small and test the class in isolation?
  • If there is GUI work does it follow the GUI standards?
  • If there are changes in the release notes then do they describe the changes appropriately?
  • Do the release notes conform to the release notes guide?

Functional Tests

  • Do changes function as described? Add comments below that describe the tests performed?
  • Do the changes handle unexpected situations, e.g. bad input?
  • Has the relevant (user and developer) documentation been added/updated?

Does everything look good? Mark the review as Approve. A member of @mantidproject/gatekeepers will take care of it.

Gatekeeper

If you need to request changes to a PR then please add a comment and set the review status to "Request changes". This will stop the PR from showing up in the list for other gatekeepers.

@yusufjimoh yusufjimoh linked an issue Mar 27, 2025 that may be closed by this pull request
Copy link
Contributor

@thomashampson thomashampson left a comment

Choose a reason for hiding this comment

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

I think there's an mkl inside the mantid recipe too, which willl need removing.

@thomashampson thomashampson marked this pull request as ready for review April 2, 2025 09:48
jhaigh0
jhaigh0 previously approved these changes Apr 2, 2025
@thomashampson thomashampson marked this pull request as draft April 2, 2025 09:51
@thomashampson thomashampson marked this pull request as ready for review April 2, 2025 10:01
Copy link
Contributor

@thomashampson thomashampson left a comment

Choose a reason for hiding this comment

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

I've removed the additional instances of the mkl pins.

@thomashampson thomashampson enabled auto-merge (squash) April 2, 2025 10:06
@sf1919 sf1919 added this to the Release 6.13 milestone Apr 2, 2025
@thomashampson thomashampson merged commit 58e38ec into main Apr 2, 2025
10 checks passed
@thomashampson thomashampson deleted the 38301-unpin-mkl branch April 2, 2025 11:26
peterfpeterson pushed a commit to peterfpeterson/mantid that referenced this pull request Apr 4, 2025
mkl was pinned a while ago to avoid unit test failures.
It seems that this is no longer required.

---------

Co-authored-by: Tom Hampson <thomas.hampson@stfc.ac.uk>
peterfpeterson added a commit that referenced this pull request Apr 4, 2025
* Pin Pydantic in mantid recipe (#39136)

Pin pydantic in mantid recipe

Pydantic was pinned in the developer meta-package to avoid
a test failure. We need to pin it here too to make sure we're
releasing with the same version that we're testing against.

* unpin mkl in dependencies (#39114)

mkl was pinned a while ago to avoid unit test failures.
It seems that this is no longer required.

---------

Co-authored-by: Tom Hampson <thomas.hampson@stfc.ac.uk>

---------

Co-authored-by: thomashampson <thomas.hampson@stfc.ac.uk>
Co-authored-by: yusufjimoh <168747442+yusufjimoh@users.noreply.github.com>
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.

Unpin mkl
4 participants