Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Jul 18, 2024
1 parent 6259613 commit 5de0871
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 60 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repos:
- id: check-yaml
- id: check-toml
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -37,7 +37,7 @@ repos:
- types-PyYAML
- cohesion-tools==0.5.7
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args:
Expand Down
112 changes: 59 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pytorch-lightning = "~2.3.3" # As "lightning" comes with many extra dependencie
omegaconf = "^2.1"
hydra-core = "^1.2"
rhoknp = "^1.6.0"
typer = "^0.9.0"
typer-slim = "^0.12.3"
jinf = "^1.0.4"
pure-cdb = "^4.0"
rich = ">=12.4"
Expand All @@ -86,7 +86,7 @@ ipython = [
ipdb = "^0.13.13"
types-attrs = "^19.1"
types-pyyaml = "^6.0.12.9"
wandb = "^0.16.0"
wandb = "^0.17.4"

[tool.poetry.group.test.dependencies]
torchmetrics = "^1.0"
Expand All @@ -95,7 +95,7 @@ Levenshtein = ">=0.21.0"
pandas = "^2.0"
jaconv = "^0.3.4"
pytest = "^8.0"
pytest-cov = "^4.0"
pytest-cov = "^5.0"
pytest-profiling = "^1.7"

[tool.poetry.scripts]
Expand Down

0 comments on commit 5de0871

Please sign in to comment.