scipy: register conflict with too-recent openblas (#43301)

This commit is contained in:
liam-o-marsh 2024-03-28 11:03:45 +01:00 committed by GitHub
parent 13c4258e54
commit 300fc2ee42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,6 +119,9 @@ class PyScipy(PythonPackage):
"when building with MSVC",
)
# https://github.com/scipy/scipy/issues/19831
conflicts("^openblas@0.3.26:", when="@:1.12")
# https://github.com/scipy/scipy/issues/19352
conflicts("^py-cython@3.0.3")