Skip to content

Commit

Permalink
remove remaining mention to 'defaults'
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jul 23, 2024
1 parent 49d992c commit b2336ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def anaconda_package(dep, dep_channels=None):
"""

if dep_channels is None:
dep_channels = ["conda-forge", "bioconda", "defaults"]
dep_channels = ["conda-forge", "bioconda"]

# Check if each dependency is the latest available version
if "=" in dep:
Expand Down

0 comments on commit b2336ad

Please sign in to comment.