Skip to content

Commit

Permalink
upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alvertogit committed Apr 21, 2024
1 parent 77c4860 commit 45a9e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ The code has been tested using:
- [Python] (3.10): an interpreted high-level programming language for general-purpose programming.
- [Jupyter Lab] (4.1): a web-based interactive development environment for [Jupyter Notebooks], code and data.
- [Flask] (3.0): a microframework for [Python] based on Werkzeug, Jinja 2 and good intentions.
- [Gunicorn] (21.2): a [Python] [WSGI] HTTP Server for UNIX.
- [Gunicorn] (22.0): a [Python] [WSGI] HTTP Server for UNIX.
- [NGINX] (1.25): a free, open-source, high-performance HTTP server, reverse proxy, and IMAP/POP3 proxy server.
- [Docker] (26.0): an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
- [Docker Compose] (2.26): a tool for defining and running multi-container [Docker] applications.
- [Keras] ([TensorFlow] built-in): a high-level neural networks [API], written in [Python] and capable of running on top of [TensorFlow].
- [TensorFlow] (2.16): an open source software [Deep Learning] library for high performance numerical computation using data flow graphs.
- [Matplotlib] (3.8): a plotting library for [Python] and its numerical mathematics extension [NumPy].
- [NumPy] (1.26): 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.
- [Ruff] (0.3): An extremely fast Python linter and code formatter, written in Rust.
- [Ruff] (0.4): An extremely fast Python linter and code formatter, written in Rust.
- [scikit-image] (0.23): a collection of algorithms for image processing with [Python].

### PYTHON VIRTUAL ENVIRONMENT
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Flask==3.0.3
gunicorn==21.2.0
gunicorn==22.0.0
numpy==1.26.4
Pillow==10.3.0
pytest==8.1.1
requests==2.31.0
ruff==0.3.7
scikit-image==0.23.1
ruff==0.4.1
scikit-image==0.23.2
tensorflow==2.16.1

0 comments on commit 45a9e69

Please sign in to comment.