Skip to content

Commit

Permalink
Merge pull request #35 from regro-cf-autotick-bot/0.17.0_he98d0e
Browse files Browse the repository at this point in the history
imod v0.17.0
  • Loading branch information
JoerivanEngelen authored May 14, 2024
2 parents 9bf692b + 8808fdc commit f7abc23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,6 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "imod" %}
{% set version = "0.16.0" %}
{% set version = "0.17.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e83c56f31ace96259ba7677152bf04add70ee67b7bb7a395590f497102b4ff37
sha256: 38fceec39a96a96b770a50f4008b1eface33eda06da2e38e0ed1a89dd07444d5

build:
number: 0
Expand Down Expand Up @@ -52,15 +52,15 @@ requirements:
- tqdm
- vtk >=9.0
- xarray >=2023.08.0
- xugrid >=0.6.3
- xugrid >=0.10.0
- zarr

test:
imports:
- imod

about:
home: https://gitlab.com/deltares/imod/imod-python
home: https://github.com/Deltares/imod-python
license: MIT
license_family: MIT
license_file: LICENSE
Expand All @@ -71,8 +71,8 @@ about:
MODFLOW groundwater models in Python easier. It builds on top of popular
packages such as xarray, pandas, geopandas, dask, and rasterio to provide
a versatile toolset for working with (large) groundwater (modeling) data.
doc_url: https://deltares.gitlab.io/imod/imod-python/
dev_url: https://gitlab.com/deltares/imod/imod-python
doc_url: https://deltares.github.io/imod-python/
dev_url: https://github.com/Deltares/imod-python

extra:
recipe-maintainers:
Expand Down

0 comments on commit f7abc23

Please sign in to comment.