Skip to content

Commit

Permalink
Update idr, idr doesn't work with numpy > 1.19 (#41293)
Browse files Browse the repository at this point in the history
* idr_numpy

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
Maarten-vd-Sande authored Jun 3, 2023
1 parent b261780 commit d2d8688
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipes/idr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ source:
sha256: {{ sha256 }}

build:
number: 7
number: 10
skip: True # [py2k]

requirements:
build:
- {{ compiler('c') }}
host:
- python
- python <3.10
- setuptools
- numpy
- matplotlib
- numpy <1.20
- matplotlib-base
- scipy
run:
- python
- numpy
- matplotlib
- python <3.10
- numpy <1.20
- matplotlib-base
- scipy

test:
Expand Down

0 comments on commit d2d8688

Please sign in to comment.