Skip to content

Commit

Permalink
Release 0.8.0 (#32)
Browse files Browse the repository at this point in the history
* release 0.8.0

* reset build number

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.06.25.09.45.53

* fix psutil upper limit

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
tasansal and conda-forge-webservices[bot] authored Jun 25, 2024
1 parent abf4a4f commit 02a3d5c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "multidimio" %}
{% set version = "0.7.4" %}
{% set version = "0.8.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/multidimio-{{ version }}.tar.gz
sha256: 89a6cff310ee15ea3a5213d25460b38118c909e5fedda7ad8f997f15efaada1c
sha256: 43f180306171e8943d2940273c73999a6527cba66a892bc2546525e3da87366a

build:
entry_points:
- mdio = mdio.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
number: 0

requirements:
host:
Expand All @@ -26,22 +26,21 @@ requirements:
- python >=3.9,<3.13
- click >=8.1.7,<9.0.0
- click-params >=0.5.0,<0.6.0
- zarr >=2.16.1,<3.0.0
- dask-core >=2023.10.0
- tqdm >=4.66.1,<5.0.0
- segyio >=1.9.3,<2.0.0
- numba >=0.59.1,<0.60.0
- psutil >=5.9.5,<6.0.0
- fsspec >=2023.9.1
- zarr >=2.18.2,<3.0.0
- dask-core >=2024.6.1
- tqdm >=4.66.4,<5.0.0
- psutil >=6.0.0,<7.0.0
- fsspec >=2024.6.0
- segy >=0.1.4,<1.0.0
- rich >=13.7.1,<14.0.0
- urllib3 >=1.26.18,<2.0.0 # Remove with https://github.com/TGSAI/mdio-python/blob/ec0b3cdd7a33450ad42b57077dd712200b85c159/pyproject.toml#L36

run_constrained:
- distributed >=2023.10.0
- bokeh >=3.2.2,<4.0.0
- s3fs >=2023.5.0
- gcsfs >=2023.5.0
- adlfs >=2023.4.0
- distributed >=2024.6.1
- bokeh >=3.4.1,<4.0.0
- s3fs >=2024.6.0
- gcsfs >=2024.6.0
- adlfs >=2024.4.1
- zfpy >=0.5.5,<2.0.0

test:
Expand Down

0 comments on commit 02a3d5c

Please sign in to comment.