GET /api/v1/ports/py310-torchvision/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-torchvision",
"portdir": "python/py-torchvision",
"version": "0.13.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytorch/vision",
"description": "PyTorch datasets, transforms and models specific to computer vision",
"long_description": "The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py310-pytorch",
"zmq",
"python310",
"py310-Pillow"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-torchvision"
]
},
{
"type": "run",
"ports": [
"py310-kraken",
"py310-transformers"
]
}
]
}