Skip to content

Commit

Permalink
Update multiqc to 1.25.2 (#52244)
Browse files Browse the repository at this point in the history
* Update multiqc to 1.25.2

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 20, 2024
1 parent 7cc62ee commit 06b05a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/multiqc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "multiqc" %}
{% set version = "1.25.1" %}
{% set version = "1.25.2" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/MultiQC/MultiQC/archive/v{{ version }}.tar.gz
sha256: 829a08f44e0183224ef1d8c0ecb163c6acc54f1a1d85445ed62857f5603ee7cb
sha256: 27b721d09141aef7a8422a2d6882232e7984cdf181e084bd24c848338d5bfe8c

build:
number: 0
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- click
Expand All @@ -31,8 +32,9 @@ requirements:
- importlib-metadata
- markdown
- plotly >=5.18
- python-kaleido
- python-kaleido ==0.2.1
- pillow >=10.2.0
- natsort
- numpy
- packaging
- pydantic >=2.7.1
Expand Down

0 comments on commit 06b05a2

Please sign in to comment.