Skip to content

Commit

Permalink
Update hash, python vers, dev status
Browse files Browse the repository at this point in the history
  • Loading branch information
seina001 committed Jun 2, 2023
1 parent 0d31f20 commit d3bace6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set version = "1.8.1" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "f96d9c6d74709498ae7bef5e7e4e736d6a32405109dfc91c78a884c574d5a4a5" %}
{% set hash_value = "d93e70f0a7f0c9f7e62892f3b3ff261d4d6bacb87010d167c983de25f0005ec9" %}

package:
name: '{{ name|lower }}'
Expand All @@ -22,10 +22,10 @@ build:
requirements:
host:
- pip
- python >=3.5
- python >=3.8
run:
- pip
- python >=3.5
- python >=3.8
- biopython >=1.79
- bioconda::hmmer=3.1b2
- bioconda::bbmap=38.96
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainers = [
license = {file = "LICENSE.txt"}
readme = "README.rst"
keywords = ["Amplicon", "sequencing", "fungal", "ITS"]
requires-python = ">=3.5"
requires-python = ">=3.8"

dependencies = [
"biopython >=1.79",
Expand All @@ -28,7 +28,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.5",
"Development Status :: 3 - Alpha"
"Development Status :: 7 - Inactive"
]


Expand Down

0 comments on commit d3bace6

Please sign in to comment.