Skip to content

Commit

Permalink
upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alvertogit committed Dec 8, 2024
1 parent be9ed9c commit 06e3b28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.1
rev: v0.8.2
hooks:
# Run the linter.
- id: ruff
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ numpy==2.0.2
Pillow==11.0.0
pre-commit==4.0.1
pur==7.3.2
pytest==8.3.3
pytest==8.3.4
requests==2.32.3
ruff==0.8.1
ruff==0.8.2
scikit-image==0.24.0
tensorflow==2.18.0
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
jupyterlab==4.3.1
jupyterlab==4.3.2
matplotlib==3.9.3

0 comments on commit 06e3b28

Please sign in to comment.