Skip to content

Commit

Permalink
updated requirements and Docker file version
Browse files Browse the repository at this point in the history
  • Loading branch information
sb43 committed Dec 23, 2022
1 parent 35d1b15 commit 76809db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN pip3 install --install-option="--prefix=$CGP_OPT/python-lib" dist/$(ls -1 di
FROM ubuntu:20.04

LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Sanger Institute" \
version="1.0.0" \
version="1.1.0" \
description="Tool to perform TA repeat bed coverage analysis"

### security upgrades and cleanup
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ future==0.18.2
importlib-metadata==4.6.3
iniconfig==1.1.1
mando==0.6.4
numpy
numpy==1.21.1
packaging==21.0
pandas
pandas==1.3.1
pluggy==0.13.1
py==1.10.0
pyparsing==2.4.7
Expand Down

0 comments on commit 76809db

Please sign in to comment.