[go: nahoru, domu]

Skip to content

Commit

Permalink
Update to Python 3.9
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 478031275
  • Loading branch information
danielecook authored and Copybara-Service committed Sep 30, 2022
1 parent 179a4c3 commit 854b5bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN conda config --add channels defaults && \
conda config --add channels bioconda && \
conda config --add channels conda-forge
RUN conda create -n bio \
python=3.8 \
python=3.9 \
pbcore \
pbbam \
pbccs \
Expand All @@ -28,7 +28,7 @@ RUN conda create -n bio \
bioconda::extracthifi \
bioconda::zmwfilter \
bioconda::pysam \
bioconda::samtools=1.10 \
bioconda::samtools=1.15 \
&& conda clean -a
RUN wget https://github.com/PacificBiosciences/align-clr-to-ccs/releases/download/0.2.0/actc && \
chmod +x actc && \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tf-models-official>=2.10.0
ml_collections>=0.1.0
absl-py>=0.13.0
protobuf<3.20,>=3.9.2,<4,>=3.13
flatbuffers<2,>=1.12
flatbuffers>=2.0
keras>=2.10.0
tensorflow-estimator>=2.10.0
zipp>=3.1.0
Expand Down

0 comments on commit 854b5bf

Please sign in to comment.