Skip to content

Commit

Permalink
Now needs at least Python 3.10
Browse files Browse the repository at this point in the history
Also bumped up the python dependencies as per upstream, but only to major.minor level (ignoring the revision here for flexibility when solving - should be fine).
  • Loading branch information
peterjc authored Nov 8, 2024
1 parent ece6ad5 commit 864bf2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recipes/thapbi-pict/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ build:
requirements:
host:
- pip
- python >=3.8
- python >=3.10
run:
# Python
- biom-format >=2.1.14
- biopython >=1.82
- cutadapt >=4.0
- matplotlib-base >=3.7
- networkx >=2.4,!=2.8.3,!=2.8.4
- pydot <3
- python >=3.8
- rapidfuzz >=2.4.0
- biopython >=1.84
- cutadapt >=4.9
- matplotlib-base >=3.9
- networkx >=3.4
- pydot >=3.0
- python >=3.10
- rapidfuzz >=3.10
- sqlalchemy >=2.0
- xlsxwriter
- xlsxwriter >=3.2
# Command line
- blast
- flash >=1.2.11
Expand Down

0 comments on commit 864bf2d

Please sign in to comment.