Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal authored Aug 25, 2023
1 parent 666b6f7 commit 91cde56
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "multidimio" %}
{% set version = "0.4.2" %}
{% set version = "0.5.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/multidimio-{{ version }}.tar.gz
sha256: 7b6d0e891e3a3c9e33e09b2b8539540a26f752ac425f7f1906b2e402dcd5ef74
sha256: b1394c440196eed8db30841fa68e948443fd0e79cf7f6c1a8a30cffdc875a6a8

build:
entry_points:
Expand All @@ -18,20 +18,20 @@ build:

requirements:
host:
- python >=3.8,<3.12
- python >=3.9,<3.12
- pip
- poetry-core

run:
- python >=3.8,<3.12
- numba >=0.55.2,<0.58.0
- dask-core >=2022.11.0
- psutil >=5.9.1,<6.0.0
- click-params >=0.4.0
- tqdm >=4.64.0,<5.0.0
- click >=8.1.3
- segyio >=1.9.3,<2.0.0
- zarr >=2.12.0,<3.0.0
- python >=3.9,<3.12
- numba >=0.57.1,<1.0.0
- dask-core >=2023.8.0
- psutil >=5.9.5,<6.0.0
- click-params >=0.4.1
- tqdm >=4.66.1,<5.0.0
- click >=8.1.7
- segyio >=1.9.11,<2.0.0
- zarr >=2.16.1,<3.0.0

test:
imports:
Expand Down

0 comments on commit 91cde56

Please sign in to comment.