Skip to content

Commit

Permalink
Update nf-core to 3.0.1 (#51272)
Browse files Browse the repository at this point in the history
* Update nf-core to 3.0.1

* setuptools is no longer pulled in by python?

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 9, 2024
1 parent 11a46f9 commit 9264101
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/nf-core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "nf-core" %}
{% set version = "3.0.0" %}
{% set sha256 = "ab67b23840104f7f4125b13519ced9c8021494c03d2eba3f9af6bb3176588846" %}
{% set version = "3.0.1" %}
{% set sha256 = "2ae884ac4d4ff200bd21a69a8c44d4b50e13c16a13474ed570e91955b335c2d7" %}

package:
name: {{ name|lower }}
Expand All @@ -23,6 +23,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- click
Expand Down

0 comments on commit 9264101

Please sign in to comment.