Skip to content

Commit

Permalink
build(deps): packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Aug 25, 2022
1 parent e2f7559 commit db834c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.22.4"
torch = "^1.12.1"
torch = "^1.10"

[tool.poetry.dev-dependencies]
isort = "==5.10.1"
isort = "^5.10.1"
black = "==21.12b0"
click = "==8.0.4"
pylint = "==2.11.1"
pytest = "==7.1.2"
pytest-cov = "==3.0.0"
pytest = "^7.1.2"
pytest-cov = "^3.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit db834c8

Please sign in to comment.