Skip to content

Commit

Permalink
Merge pull request ec-jrc#96 from brey/dev
Browse files Browse the repository at this point in the history
Update binder and conda recipe
  • Loading branch information
brey authored Mar 30, 2022
2 parents 454b2e1 + 3ec8703 commit fcca6fe
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ dependencies:
- jupyterlab<3
- ipyevents=0.9.0
- xvfbwrapper
- geoviews=1.9.3
- geoviews >=1.9.4
1 change: 0 additions & 1 deletion conda.recipe/build_base.sh

This file was deleted.

26 changes: 13 additions & 13 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,25 @@ package:
version: {{ version }}

source:
path: ../
url: https://github.com/ec-jrc/pyPoseidon/archive/{{ version }}.tar.gz
sha256: d2eba8d0710e17b57c7578a4a0433b8e1451b8f19847a36343a0fe57e8b085c7

build:
noarch: python
number: {{ build }}

outputs:
- name: pyposeidon-base
script: build_base.sh
build:
noarch: python
script: ${PYTHON} -m pip install . --no-deps -vv --no-build-isolation
requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- pip
- python
- python >=3.8,<3.9
- poetry-core >=1.0.0
run:
- python
- python >=3.8,<3.9
- pyresample
- pygeos >=0.10
- rasterio
Expand All @@ -46,7 +45,7 @@ outputs:
- psutil
- requests
- scipy
- netCDF4
- netcdf4
- dask
- shapely =1.7.1
- pydap >=3.3.0
Expand All @@ -56,15 +55,16 @@ outputs:
- pyposeidon

- name: pyposeidon
build:
noarch: python
requirements:
host:
- pip
- python
- python >=3.8,<3.9
run:
- python
- {{ pin_subpackage('pyposeidon-base', exact=True) }}
- python >=3.8,<3.9
- {{ pin_subpackage("pyposeidon-base", exact=True) }}
- holoviews
- geoviews
- geoviews >=1.9.4
- hvplot
- ipympl
- itkwidgets
Expand Down
1 change: 1 addition & 0 deletions conda.recipe/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mesa-libGL

0 comments on commit fcca6fe

Please sign in to comment.