deps: pytorch-lightning
Former-commit-id: e438a57df236b38e5755777bc9b6f0b589569035 [formerly b79bdb73599a41e4c1bb20ad444538887809d0e5] Former-commit-id: e98fc3631400ef63e1a6f658393d0dec688adb5e
This commit is contained in:
parent
55c4d05d2a
commit
d785a5c6be
827
poetry.lock
generated
827
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,28 +1,29 @@
|
|||
[tool.poetry]
|
||||
authors = ["laurent"]
|
||||
description = "unet"
|
||||
name = "unet"
|
||||
version = "0.1.0"
|
||||
description = "unet"
|
||||
authors = ["laurent"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.11"
|
||||
torch = "^1.11.0"
|
||||
numpy = "^1.23.0"
|
||||
scipy = "^1.8.1"
|
||||
albumentations = "^1.2.0"
|
||||
tqdm = "^4.64.0"
|
||||
torchvision = "^0.12.0"
|
||||
matplotlib = "^3.5.2"
|
||||
numpy = "^1.23.0"
|
||||
python = ">=3.8,<3.11"
|
||||
pytorch-lightning = "^1.6.4"
|
||||
scipy = "^1.8.1"
|
||||
torch = "^1.11.0"
|
||||
torchvision = "^0.12.0"
|
||||
tqdm = "^4.64.0"
|
||||
wandb = "^0.12.19"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^22.3.0"
|
||||
isort = "^5.10.1"
|
||||
ipykernel = "^6.15.0"
|
||||
isort = "^5.10.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
[tool.black]
|
||||
exclude = '''
|
||||
|
|
Loading…
Reference in a new issue