mirror of https://github.com/ZHKKKe/MODNet.git
20 lines
378 B
TOML
20 lines
378 B
TOML
[tool.poetry]
|
|
name = "modnet"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Zhanghan Ke <kezhanghan@outlook.com>"]
|
|
license = "Apache 2.0"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
torch = "^2.6.0"
|
|
torchvision = "^0.21.0"
|
|
opencv-python = "^4.11.0.86"
|
|
numpy = "^2.2.4"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|