Skip to content

Commit

Permalink
Fix build conda
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 26, 2024
1 parent 09b879e commit de658db
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
4 changes: 2 additions & 2 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ build:

requirements:
host:
- python >=3.10
- python >=3.10,<3.13.0a0
- pip
- poetry-core
run:
- python >=3.10
- python >=3.10,<3.13.0a0
- bowtie2 >=2.3.5
- pysam
- pyarrow
Expand Down
Loading

0 comments on commit de658db

Please sign in to comment.