Skip to content

Commit

Permalink
No python 3.13 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Nov 22, 2024
1 parent 586234a commit d7fb2b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% set name = "meteor" %}
#{% set version = "2.0.0" %}

package:
name: {{ name }}
Expand Down Expand Up @@ -39,13 +38,11 @@ requirements:
- biom-format
- py-bgzip
- freebayes >=1.3.6
# - mafft >=7.487
test:
commands:
- meteor -h
- bowtie2 -h
- freebayes -h
# - mafft -h
imports:
- pysam
- pandas
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
meteor = "meteor.meteor:main"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10,<3.13""
pandas = "^2.1.2"
pysam = "^0.22.0"
packaging = "^23.2"
Expand Down

0 comments on commit d7fb2b0

Please sign in to comment.