Skip to content

Commit bcb2da6

Browse files
committed
bump blobtk version
1 parent 2924295 commit bcb2da6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blobtk==0.5.0
1+
blobtk==0.5.3
22
docopt==0.6.2
33
psutil==5.9.4
44
pytest==6.2.5

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def read(*names, **kwargs):
106106
# For an analysis of "install_requires" vs pip's requirements files see:
107107
# https://packaging.python.org/en/latest/requirements.html
108108
install_requires=[
109-
"blobtk>=0.5.0",
109+
"blobtk>=0.5.3",
110110
# "chromedriver-binary-auto>=0.3.1",
111111
"chromedriver-autoinstaller>=0.6.2",
112112
"docopt>=0.6.2",

Diff for: src/docker/env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- ncbi-datasets-cli==14.1.0
1111
- diamond==2.0.15
1212
- minimap2==2.24
13-
- blobtk==0.2.4
13+
- blobtk==0.5.3
1414
- pip==22.1.2
1515
- python==3.9.13
1616
- samtools==1.15.1

0 commit comments

Comments
 (0)