From efb3f3d6283498583e49d7540a52d5830dd74229 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov Date: Mon, 15 Jan 2024 20:44:49 +0100 Subject: [PATCH] pin metis, drop windows --- recipes/python-mumps/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/python-mumps/meta.yaml b/recipes/python-mumps/meta.yaml index e7a00a62c464c..59b5a82a62509 100644 --- a/recipes/python-mumps/meta.yaml +++ b/recipes/python-mumps/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 56e2d9b3c0d7ed1c785e1c544617ed76d7ee250fc8d46e098928dbf531819881 build: - skip: true # [py<310] + skip: true # [py<310 or win] script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation number: 0 @@ -26,16 +26,16 @@ requirements: - meson >=1.1.0 - meson-python >=0.15.0 - numpy >=1.24 - - mumps-seq =5.2 - - metis =5.1.0 + - mumps-seq >=5.2 + - metis >=5.1.0,!=5.1.1 - setuptools-scm - pip run: - python - numpy >=1.24 - scipy >=1.9 - - mumps-seq =5.2 - - metis + - mumps-seq >=5.2 + - metis >=5.1.0,!=5.1.1 - pytest test: