File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
33 # Ruff version.
4- rev : v0.15.5
4+ rev : v0.15.6
55 hooks :
66 # Run the linter.
77 - id : ruff
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORKDIR /app
99COPY requirements.txt /app
1010RUN python3 -m venv .
1111RUN python3 -m pip install pip==26.0.1
12- RUN python3 -m pip install setuptools==82.0.0
12+ RUN python3 -m pip install setuptools==82.0.1
1313RUN python3 -m pip install --no-cache-dir -r requirements.txt
1414COPY ./app /app
1515EXPOSE 5000
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Command to configure virtual environment with [venv]:
4444~ /deeplearning_flask$ python3 -m venv .venv
4545~ /deeplearning_flask$ source .venv/bin/activate
4646(.venv)~/deeplearning_flask$ python3 -m pip install pip==26.0.1
47- (.venv)~/deeplearning_flask$ python3 -m pip install setuptools==82.0.0
47+ (.venv)~/deeplearning_flask$ python3 -m pip install setuptools==82.0.1
4848(.venv)~/deeplearning_flask$ python3 -m pip install -r requirements_dev.txt
4949(.venv)~/deeplearning_flask$ pre-commit install
5050```
Original file line number Diff line number Diff line change 11Flask == 3.1.3
22gunicorn == 25.1.0
3- numpy == 2.4.2
3+ numpy == 2.4.3
44Pillow == 12.1.1
55pre-commit == 4.5.1
66pur == 7.3.3
77pytest == 9.0.2
88requests == 2.32.5
9- ruff == 0.15.5
9+ ruff == 0.15.6
1010scikit-image == 0.26.0
1111tensorflow == 2.21.0
Original file line number Diff line number Diff line change 11-r requirements.txt
2- jupyterlab==4.5.5
2+ jupyterlab==4.5.6
33matplotlib==3.10.8
You can’t perform that action at this time.
0 commit comments