From 4c5bfb394bada626309da99c072a8ac7c9917897 Mon Sep 17 00:00:00 2001 From: alvertogit <36294057+alvertogit@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:12:39 +0100 Subject: [PATCH] upgraded dependencies --- Dockerfile | 2 +- README.md | 2 +- requirements.txt | 2 +- requirements_dev.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1bf54c4..8611701 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app COPY requirements.txt /app RUN python3 -m venv . RUN python3 -m pip install pip==24.0 -RUN python3 -m pip install setuptools==69.0.3 +RUN python3 -m pip install setuptools==69.1.0 RUN python3 -m pip install --no-cache-dir -r requirements.txt COPY ./app /app EXPOSE 5000 diff --git a/README.md b/README.md index eeec74b..2ce1f2a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Command to configure virtual environment with [venv]: ~/deeplearning_flask$ python3 -m venv dlflask3 ~/deeplearning_flask$ source dlflask3/bin/activate (dlflask3)~/deeplearning_flask$ python3 -m pip install pip==24.0 -(dlflask3)~/deeplearning_flask$ python3 -m pip install setuptools==69.0.3 +(dlflask3)~/deeplearning_flask$ python3 -m pip install setuptools==69.1.0 (dlflask3)~/deeplearning_flask$ python3 -m pip install -r requirements_dev.txt ``` diff --git a/requirements.txt b/requirements.txt index e3b0a84..3bee82a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==3.0.2 gunicorn==21.2.0 numpy==1.26.4 Pillow==10.2.0 -pytest==8.0.0 +pytest==8.0.1 requests==2.31.0 scikit-image==0.22.0 tensorflow==2.15.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 17c8e39..78bc71e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,3 @@ -r requirements.txt -jupyterlab==4.1.0 -matplotlib==3.8.2 +jupyterlab==4.1.1 +matplotlib==3.8.3