Skip to content

Commit

Permalink
removed cpython constraint in meta.yaml of pybdsf
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Dec 12, 2023
1 parent f8a986d commit cc35df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybdsf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ requirements:
- {{ compiler('cxx') }}
- {{ compiler('gfortran') }}
- cmake >=3.18
- python {{ python }}*=*cpython*
- python {{ python }}
- numpy >=1.21, !=1.24.0
- boost
- ninja

host:
- python {{ python }}*=*cpython*
- python {{ python }}
- cmake
- ninja
- pip
Expand Down

0 comments on commit cc35df8

Please sign in to comment.