Skip to content

Commit

Permalink
fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Nov 24, 2023
1 parent a304bdd commit f7baaf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 @@ -9,13 +9,13 @@ python = "^3.9"
torch = "^2.1.1"
torchvision = "^0.16.1"
torchmetrics = "^1.2.0"
tqdm = "^4.64.1"
loguru = "^0.6.0"
tqdm = "^4.66.1"
loguru = "^0.7.2"
mlconfig = "^0.2.0"
mlflow = "^2.8.1"

[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
black = "^23.11.0"
flake8 = "^6.0.0"
isort = "^5.12.0"
pytest = "^7.3.1"
Expand Down

0 comments on commit f7baaf3

Please sign in to comment.