File size: 309 Bytes
87d005c
 
 
 
 
 
 
22f17e6
87d005c
 
 
 
 
 
22f17e6
 
87d005c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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",
]