Skip to content

Commit

Permalink
Fix cython dependencies in conda meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray authored Jul 18, 2023
1 parent 7094fc0 commit 425b0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
- {{ compiler('cxx') }}
- make
- mpi4py
- cython
- cython >=0.29,<3.0
- setuptools

host:
Expand All @@ -57,7 +57,7 @@ requirements:
- metis >=5.1
- tecio
- mpi4py
- cython
- cython >=0.29,<3.0
- setuptools

run:
Expand Down

0 comments on commit 425b0ea

Please sign in to comment.