Skip to content

Commit

Permalink
fix: conda package meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
gstracquadanio committed Jan 29, 2022
1 parent 39aab20 commit 45f7fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:

requirements:
host:
- python
- python ==3.7
- pip
- setuptools
- numpy >=1.16
Expand All @@ -26,7 +26,7 @@ requirements:
- tqdm

run:
- python
- python ==3.7
- numpy >=1.16
- biopython =1.73
- pandas >=0.24
Expand Down

0 comments on commit 45f7fa1

Please sign in to comment.