Skip to content

Commit db834c8

Browse files
committed
build(deps): packages
1 parent e2f7559 commit db834c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ classifiers = [
3333
[tool.poetry.dependencies]
3434
python = "^3.8"
3535
numpy = "^1.22.4"
36-
torch = "^1.12.1"
36+
torch = "^1.10"
3737

3838
[tool.poetry.dev-dependencies]
39-
isort = "==5.10.1"
39+
isort = "^5.10.1"
4040
black = "==21.12b0"
4141
click = "==8.0.4"
4242
pylint = "==2.11.1"
43-
pytest = "==7.1.2"
44-
pytest-cov = "==3.0.0"
43+
pytest = "^7.1.2"
44+
pytest-cov = "^3.0.0"
4545

4646
[build-system]
4747
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)