Skip to content

Commit

Permalink
adjusted meta.yaml files requirement sections to what I believe a cor…
Browse files Browse the repository at this point in the history
…rect setup according to the doc
  • Loading branch information
lukas.gehrig committed Nov 30, 2023
1 parent 2a7721c commit d53d080
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
3 changes: 0 additions & 3 deletions eidos/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ requirements:
host:
- python {{ python }}
- numpy
- scipy >=1.10.1
- astropy
- future

run:
- python {{ python }}
Expand Down
2 changes: 1 addition & 1 deletion hvox/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ requirements:
- python {{ python }}
- pip
- numpy
- setuptools >=61.0

host:
- python {{ python }}
- ducc0
- numpy

run:
Expand Down
4 changes: 3 additions & 1 deletion pybdsf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ requirements:
- numpy
- pip
- python {{ python }}
- setuptools >=68
- setuptools <=65.6
- ninja
- scikit-build >=0.13
- wheel

host:
- python {{ python }}
Expand Down
7 changes: 4 additions & 3 deletions rascil/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requirements:
- git-lfs
- git
- numpy
- setuptools

host:
- python {{ python }}
Expand All @@ -45,15 +46,15 @@ requirements:
- xarray >=2022.12

about:
home: https://gitlab.com/ska-telescope/external/rascil.git
home: https://gitlab.com/ska-telescope/external/rascil-main
license: APACHE
license_family: APACHE
license_file: LICENSE
summary: 'Radio Astronomy Simulation, Calibration and Imaging Library'
description: |
The Radio Astronomy Simulation, Calibration and Imaging Library expresses radio interferometry calibration and imaging algorithms in python and numpy. The interfaces all operate with familiar data structures such as image, visibility table, gain table, etc. The python source code is directly accessible from these documentation pages: see the source link in the top right corner.
doc_url: https://ska-telescope.gitlab.io/external/rascil/index.html
dev_url: https://gitlab.com/ska-telescope/external/rascil.git
doc_url: https://developer.skao.int/projects/rascil/en/latest/index.html
dev_url: https://gitlab.com/ska-telescope/external/rascil-main

extra:
recipe-maintainers:
Expand Down
2 changes: 0 additions & 2 deletions seqfile/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ requirements:
- natsort >=3.5.6
- nose >=1.0
- pep8 >=1.6.2
- pip
- python

about:
home: "https://github.com/musically-ut/seqfile"
Expand Down
2 changes: 1 addition & 1 deletion ska-gridder-nifty-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ build:

requirements:
build:
- git
- {{ compiler('cxx') }}
- python {{ python }}
- git
- pip
- numpy

Expand Down

0 comments on commit d53d080

Please sign in to comment.