Skip to content

Commit

Permalink
Update version constraints according to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Jul 31, 2023
1 parent 5a85435 commit d28cb46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ source:
sha256: 18fed3881f26e8b13c8cb46eeeea3dba9eb4d48e3714d8e8f2304dd6e237083d

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- python >=3.8
- python >=3.9
- pip
run:
- python >=3.8
- python >=3.9
- numpy >=1.22
- opt_einsum
- scipy >=1.5
Expand Down

0 comments on commit d28cb46

Please sign in to comment.