Skip to content

Commit

Permalink
fixed recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesSP committed Nov 27, 2024
1 parent bb1116d commit 2b49a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ requirements:
- pip
run:
- python
- numpy >=1.20.0 # [py<=3.12]
- numpy >=2.0.0 # [py>3.12]
- numpy >=1.20.0 # [py<=312]
- numpy >=2.0.0 # [py>312]
- h5py >=3.8.0
- ont_vbz_hdf_plugin >=1.0.0
- pod5 >=0.3.23
Expand Down

0 comments on commit 2b49a6a

Please sign in to comment.