Skip to content

Commit

Permalink
refactored ska-sdp-dtml recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Nov 1, 2023
1 parent 1b58bd1 commit 89b7e1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ska-sdp-datamodels/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
# tar.gz has internal folder which contains the setup.py
cd $INTERNAL_FOLDER_NAME

# poetry seems to make troubles with conda - remove it
rm pyproject.toml

$PYTHON -m pip install --no-deps .
9 changes: 5 additions & 4 deletions ska-sdp-datamodels/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@ build:
requirements:
build:
- python {{ python }}
- pip
- pip
- poetry-core >=1.0.0

host:
- python {{ python }}
- pip
- poetry-core

run:
- python {{ python }}
- pip
- astroplan >=0.8, <0.9
- astropy >=5.1, <6.0
- astroplan >=0.8
- astropy >=5.1
- h5py >=3.7.0
- numpy >=1.21, !=1.24.0
- pandas >=1.5.0
Expand Down

0 comments on commit 89b7e1e

Please sign in to comment.