Skip to content

Commit

Permalink
Merge pull request #23 from tasansal/main
Browse files Browse the repository at this point in the history
Release `0.5.3`
  • Loading branch information
tasansal authored Oct 25, 2023
2 parents bef8a8f + 6264f66 commit 3d0dad7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "multidimio" %}
{% set version = "0.5.2" %}
{% set version = "0.5.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/multidimio-{{ version }}.tar.gz
sha256: 603fe20834397b186660dcd0609b61c1b0385943a5157efb634e12fdaf599bca
sha256: dd37d463a487ef57179cb29dea5cd90fc4bf723b834004335bc7c12c81ed27cb

build:
entry_points:
Expand All @@ -25,7 +25,7 @@ requirements:
run:
- python >=3.9,<3.12
- numba >=0.57.1,<1.0.0
- dask-core >=2023.8.0
- dask-core >=2023.10.0
- psutil >=5.9.5,<6.0.0
- click-params >=0.4.1
- tqdm >=4.66.1,<5.0.0
Expand Down

0 comments on commit 3d0dad7

Please sign in to comment.