Skip to content

Commit d46da1e

Browse files
committed
build: update pangolin environment
Bumps version and adds nodefaults channel. Bounding setuptools avoids ModuleNotFoundError when pangolin tries to import pkg_resources (deprecated, see https://setuptools.pypa.io/en/latest/pkg_resources.html and cov-lineages/pangolin#570).
1 parent 79f9fc2 commit d46da1e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

workflow/envs/pangolin.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
channels:
22
- conda-forge
33
- bioconda
4+
- nodefaults
45
dependencies:
5-
- pangolin==4.3.1
6+
- pangolin==4.3.4
7+
- setuptools<81

0 commit comments

Comments
 (0)