Skip to content

Commit 8311b80

Browse files
committed
relax python version constraint in containers
1 parent 8f2f5c5 commit 8311b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docker/blobtools/env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- bioconda
55
dependencies:
66
- pip==24.2
7-
- python==3.9.20
7+
- python==3.9
88
- seqtk==1.4
99
- pip:
1010
- blobtoolkit[full]==blobtoolkit==4.3.13

src/docker/dependencies/env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- minimap2==2.24
1212
- blobtk==0.5.3
1313
- pip==24.2
14-
- python==3.9.20
14+
- python==3.9
1515
- samtools==1.15.1
1616
- seqtk==1.4
1717
- pip:

0 commit comments

Comments
 (0)