Skip to content

Commit

Permalink
Merge pull request #7 from cofinoa/py-deps-explicit
Browse files Browse the repository at this point in the history
Include explicit Python dependencies
  • Loading branch information
cofinoa authored Jan 9, 2024
2 parents 6cd9e1c + 01497cc commit 1bea521
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
merge_build_host: true # [win]
number: 1
number: 2
noarch: generic
rpaths:
- lib/R/lib/
Expand Down Expand Up @@ -50,6 +50,14 @@ requirements:
- r-reticulate
- r-sticky
- r-transformer >=2.0.1
# explicit python dependencis for ISIMIP3 PY scripts
# TODO: include from inst/environment.yml
- python
- dask
- iris
- scipy
- numpy
- pandas

test:
commands:
Expand Down

0 comments on commit 1bea521

Please sign in to comment.