Skip to content

Commit

Permalink
Upgraded dependency versions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrParosk authored Sep 9, 2023
1 parent 7364edc commit 32d7590
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: [--exclude=.venv]

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black

Expand All @@ -16,7 +16,7 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.5.1
hooks:
- id: mypy

Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==23.1.0
flake8==6.0.0
black==23.7.0
flake8==6.1.0
isort==5.12.0
mypy==1.1.1
pre-commit==3.2.1
pytest==7.2.2
pytest-cov==4.0.0
mypy==1.5.1
pre-commit==3.3.3
pytest==7.4.0
pytest-cov==4.1.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numba>=0.56.2,<0.57
numpy>=1.23,<1.25
scikit-learn>=1.0,<1.3
numba>=0.56.2,<=0.57.1
numpy>=1.23,<=1.25.2
scikit-learn>=1.0,<=1.3

0 comments on commit 32d7590

Please sign in to comment.