Detect-fire-winner / pyproject.toml
MTerryJack's picture
subnet_bridge: copy winning miner repo into library
87d005c verified
raw
history blame contribute delete
309 Bytes
[project]
name = "miner-element-adapter"
version = "0.1.0"
requires-python = ">=3.9"
dependencies = [
"numpy>=1.23",
"onnxruntime[cuda,cudnn]>=1.16",
"opencv-python>=4.7",
"pillow>=9.5",
"huggingface_hub>=0.19.4",
"pydantic>=2.0",
"pyyaml>=6.0",
"aiohttp>=3.9",
"torch",
"torchvision",
]