Skip to content

Commit

Permalink
fixed builds to build-number
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Dec 7, 2023
1 parent c5d9124 commit f8a986d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions bipp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ requirements:
- python {{ python }}
- openblas
- scikit-build
- finufft =={{ FINUFFT_VERSION_ALT }}
- finufft ={{ FINUFFT_VERSION_ALT }}=*_0

run:
- python {{ python }}
- openblas
- finufft =={{ FINUFFT_VERSION_ALT }}
- finufft ={{ FINUFFT_VERSION_ALT }}=*_0
- {{ pin_compatible('numpy') }}
- scikit-learn
- astropy
Expand Down
8 changes: 4 additions & 4 deletions hvox/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ requirements:
- {{ pin_compatible('numpy') }}
- healpy
- ducc0
- pycsou =={{ PYCSOU_VERSION_ALT }}
- rascil =={{ RASCIL_VERSION_ALT }}
- ska-sdp-datamodels =={{ SKA_SDP_DTMDL_VERSION_ALT }}
- ska-sdp-func-python =={{ SKA_SDP_FUNC_PY_VERSION_ALT }}
- pycsou ={{ PYCSOU_VERSION_ALT }}=*_0
- rascil ={{ RASCIL_VERSION_ALT }}=*_0
- ska-sdp-datamodels ={{ SKA_SDP_DTMDL_VERSION_ALT }}=*_0
- ska-sdp-func-python ={{ SKA_SDP_FUNC_PY_VERSION_ALT }}=*_0

about:
home: "https://github.com/matthieumeo/hvox"
Expand Down
4 changes: 2 additions & 2 deletions oskar-py/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ requirements:
- python {{ python }}
- pip
- numpy
- oskar =={{ OSKARPY_VERSION_ALT }}
- oskar ={{ OSKARPY_VERSION_ALT }}=*_0

run:
- python {{ python }}
- {{ pin_compatible('numpy') }}
- oskar =={{ OSKARPY_VERSION_ALT }}
- oskar ={{ OSKARPY_VERSION_ALT }}=*_0

about:
home: https://github.com/OxfordSKA/OSKAR
Expand Down
8 changes: 4 additions & 4 deletions rascil/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements:
run:
- python {{ python }}
- astropy >=5.1, <5.2 # <5.2 for RASCIL <= 1.0 (private import error)
- bdsf =={{ PYBDSF_VERSION_ALT }}
- bdsf ={{ PYBDSF_VERSION_ALT }}=*_0
- dask >=2022.12
- dask-memusage >=1.1
- distributed >=2022.12
Expand All @@ -39,9 +39,9 @@ requirements:
- reproject >=0.9
- scipy >=1.10.1
- seqfile >=0.2
- ska-sdp-datamodels =={{ SKA_SDP_DTMDL_VERSION_ALT }}
- ska-sdp-func =={{ SKA_SDP_FUNC_VERSION_ALT }}
- ska-sdp-func-python =={{ SKA_SDP_FUNC_PY_VERSION_ALT }}
- ska-sdp-datamodels ={{ SKA_SDP_DTMDL_VERSION_ALT }}=*_0
- ska-sdp-func ={{ SKA_SDP_FUNC_VERSION_ALT }}=*_0
- ska-sdp-func-python ={{ SKA_SDP_FUNC_PY_VERSION_ALT }}=*_0
- tabulate >=0.9
- xarray >=2022.12

Expand Down
4 changes: 2 additions & 2 deletions ska-sdp-func-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ requirements:
- {{ pin_compatible('numpy') }}
- photutils >=1.5
- scipy >=1.10.1
- ska-sdp-datamodels =={{ SKA_SDP_DTMDL_VERSION_ALT }}
- ska-sdp-func =={{ SKA_SDP_FUNC_VERSION_ALT }}
- ska-sdp-datamodels ={{ SKA_SDP_DTMDL_VERSION_ALT }}=*_0
- ska-sdp-func ={{ SKA_SDP_FUNC_VERSION_ALT }}=*_0
- xarray >=2022.11.0

about:
Expand Down

0 comments on commit f8a986d

Please sign in to comment.