Skip to content

Commit 29e1971

Browse files
committed
upgraded dependencies
1 parent bd2f3b4 commit 29e1971

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.12.8
4+
rev: v0.12.9
55
hooks:
66
# Run the linter.
77
- id: ruff

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The code has been tested using:
2828
- [Docker] (28.3): an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
2929
- [Docker Compose] (2.39): a tool for defining and running multi-container [Docker] applications.
3030
- [Keras] ([TensorFlow] built-in): a high-level neural networks API, written in [Python] and capable of running on top of [TensorFlow].
31-
- [TensorFlow] (2.19): an open source software [Deep Learning] library for high performance numerical computation using data flow graphs.
31+
- [TensorFlow] (2.20): an open source software [Deep Learning] library for high performance numerical computation using data flow graphs.
3232
- [Matplotlib] (3.10): a plotting library for [Python] and its numerical mathematics extension [NumPy].
33-
- [NumPy] (2.1): a library for [Python], adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
33+
- [NumPy] (2.3): a library for [Python], adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
3434
- [Ruff] (0.12): An extremely fast Python linter and code formatter, written in Rust.
3535
- [scikit-image] (0.25): a collection of algorithms for image processing with [Python].
3636

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Flask==3.1.1
22
gunicorn==23.0.0
3-
numpy==2.1.3
3+
numpy==2.3.2
44
Pillow==11.3.0
55
pre-commit==4.3.0
66
pur==7.3.3
77
pytest==8.4.1
88
requests==2.32.4
9-
ruff==0.12.8
9+
ruff==0.12.9
1010
scikit-image==0.25.2
11-
tensorflow==2.19.0
11+
tensorflow==2.20.0

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
2-
jupyterlab==4.4.5
2+
jupyterlab==4.4.6
33
matplotlib==3.10.5

0 commit comments

Comments
 (0)