Skip to content

Commit

Permalink
pin metis, drop windows
Browse files Browse the repository at this point in the history
  • Loading branch information
akhmerov committed Jan 15, 2024
1 parent cfb616d commit e87be73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/python-mumps/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 56e2d9b3c0d7ed1c785e1c544617ed76d7ee250fc8d46e098928dbf531819881

build:
skip: true # [py<310]
skip: true # [py<310] [win]
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

Expand All @@ -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:
Expand Down

0 comments on commit e87be73

Please sign in to comment.