Skip to content

Commit

Permalink
update deeplcretrainer version and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Jan 3, 2024
1 parent d0eba5e commit 50a4b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ADD MANIFEST.in /ms2rescore/MANIFEST.in
ADD ms2rescore /ms2rescore/ms2rescore

RUN apt-get update \
&& apt-get install -y python3-pip procps libglib2.0-0 libsm6 libxrender1 libxext6 \
&& apt-get install --no-install-recommends -y python3-pip procps libglib2.0-0 libsm6 libxrender1 libxext6 \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install ms2rescore/

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"click>=7",
"cascade-config>=0.4.0",
"deeplc>=2.2",
"deeplcretrainer==0.1.17", # TODO: Release version pin
"deeplcretrainer>=0.2", # TODO: Release version pin
"tomli>=2; python_version < '3.11'",
"psm_utils>=0.4",
"customtkinter>=5,<6",
Expand Down

0 comments on commit 50a4b42

Please sign in to comment.