Skip to content

Commit

Permalink
off by one
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 11, 2024
1 parent d8ad719 commit d5fb85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source:
patches:
# cffi is pinned down for a bug
# but 1.17 is needed for Windows, CPython 3.13
- unpin-cffi.patch # [win or py>313]
- unpin-cffi.patch # [win or py>=313]

build:
number: {{ build }}
Expand Down Expand Up @@ -141,7 +141,7 @@ outputs:
- python
- {{ pin_subpackage("fenics-libdolfinx", exact=True) }}
- cffi
- cffi <1.17 # [not (win or py>313)]
- cffi <1.17 # [not (win or py>=313)]
- mpi4py
- numpy >=1.21
- petsc4py # [not win]
Expand Down

0 comments on commit d5fb85d

Please sign in to comment.