Skip to content

Commit

Permalink
chore: add python 3.11 support
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
  • Loading branch information
ThibaultFy committed Sep 20, 2023
1 parent 5564463 commit 20ed63e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ RUN apt-get update \
&& python${PYTHON_VERSION} -m pip install --upgrade --no-cache-dir pip \
# needed for pillow
&& python${PYTHON_VERSION} -m pip install --upgrade --no-cache-dir setuptools \
# install essential datascience libraries
# latest versions compatible with python>=3.8
&& python${PYTHON_VERSION} -m pip install --no-cache-dir pillow==9.2.0 pandas==1.4.3 numpy==1.23.1 scikit-learn==1.1.1 lifelines==0.27.1 scipy==1.9.0 \
# install substratools
&& cd /tmp && python${PYTHON_VERSION} -m pip install --no-cache-dir . \
# clean the apt cache
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile.workflows
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ RUN apt-get update \
&& python${PYTHON_VERSION} -m pip install --upgrade --no-cache-dir pip \
# needed for pillow
&& python${PYTHON_VERSION} -m pip install --upgrade --no-cache-dir setuptools \
# install essential datascience libraries
# latest versions compatible with python>=3.8
&& python${PYTHON_VERSION} -m pip install --no-cache-dir pillow==9.2.0 pandas==1.4.3 numpy==1.23.1 scikit-learn==1.1.1 lifelines==0.27.1 scipy==1.9.0 torch==1.12.0 \
# install substratools
&& cd /tmp && python${PYTHON_VERSION} -m pip install --no-cache-dir . \
# clean the apt cache
Expand Down

0 comments on commit 20ed63e

Please sign in to comment.