Skip to content

Commit

Permalink
Merge pull request #21 from tasansal/main
Browse files Browse the repository at this point in the history
Downgrade `segyio` back to `1.9.3`
  • Loading branch information
tasansal authored Sep 15, 2023
2 parents 91cde56 + 356df11 commit 90fd742
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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.0" %}
{% set version = "0.5.1" %}

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

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

build:
entry_points:
Expand All @@ -30,8 +30,9 @@ requirements:
- click-params >=0.4.1
- tqdm >=4.66.1,<5.0.0
- click >=8.1.7
- segyio >=1.9.11,<2.0.0
- segyio >=1.9.3,<2.0.0
- zarr >=2.16.1,<3.0.0
- fsspec <2023.9.0

test:
imports:
Expand Down

0 comments on commit 90fd742

Please sign in to comment.