Skip to content

Commit

Permalink
increase minimal required versions in meta.yaml
Browse files Browse the repository at this point in the history
- bump Python >= 3.9 (NEP29)
- bump numpy from 1.19 to 1.21 (NEP29)
  • Loading branch information
orbeckst authored Oct 22, 2023
1 parent 1eaaa0f commit bc98ba3
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 @@ -16,11 +16,11 @@ build:

requirements:
host:
- python >=3.8
- python >=3.9
- pip
run:
- python >=3.8
- numpy >=1.19
- python >=3.9
- numpy >=1.21
- scipy
- mrcfile

Expand Down

0 comments on commit bc98ba3

Please sign in to comment.