Skip to content

Commit

Permalink
updating req.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Nov 21, 2023
1 parent 588cc79 commit 0aea7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions terra-jupyter-gatk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ COPY cnn-models.patch /etc/gatk-$GATK_VERSION/cnn-models.patch

RUN patch -u /opt/conda/lib/python3.10/site-packages/vqsr_cnn/vqsr_cnn/models.py -i /etc/gatk-$GATK_VERSION/cnn-models.patch

# Older version of nbconvert fail to convert notebooks to html
RUN pip3 install --upgrade --force-reinstall bleach==6.0.0
RUN pip3 install "nbconvert>=7.7.3"


ENV PIP_USER=true

ENV USER jupyter
Expand Down
4 changes: 3 additions & 1 deletion terra-jupyter-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ biopython
bx-python
fastinterval
matplotlib-venn
bleach
bleach==6.6.0
cycler
h5py
html5lib
Expand All @@ -42,3 +42,5 @@ google-resumable-media
#adding intel optimized xgboost and intel extension for scikit-learn
scikit-learn-intelex
xgboost
#older version of nbconvert fail to convert notebooks to html
nbconvert>=7.7.3

0 comments on commit 0aea7b2

Please sign in to comment.