mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
misc/py-torchvision: update 0.17.0 → 0.17.1
Reported by: portscout
This commit is contained in:
parent
c43341d0f1
commit
fd5ec6804f
@ -1,6 +1,6 @@
|
||||
PORTNAME= torchvision
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.17.0
|
||||
DISTVERSION= 0.17.1
|
||||
CATEGORIES= misc # machine-learning
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -13,14 +13,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libpng16.so:graphics/png
|
||||
PY_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=5.3.0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR}
|
||||
PY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pillow>=5.3.0:graphics/py-pillow@${PY_FLAVOR} # image backend
|
||||
BUILD_DEPENDS= ${PY_DEPENDS}
|
||||
RUN_DEPENDS= ${PY_DEPENDS}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest # tests run in a very high memory
|
||||
USE_PYTHON= distutils autoplist pytest # tests run in a very high memory ; in 0.17.1 tests fail to run, see https://github.com/pytorch/vision/issues/8278
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pytorch
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1706689239
|
||||
SHA256 (pytorch-vision-v0.17.0_GH0.tar.gz) = 55e395d5c7d9bf7658c82ac633cac2224aa168e1bfe8bb5b2b2a296c792a3500
|
||||
SIZE (pytorch-vision-v0.17.0_GH0.tar.gz) = 13092203
|
||||
TIMESTAMP = 1708706900
|
||||
SHA256 (pytorch-vision-v0.17.1_GH0.tar.gz) = a01c7bce4098c41b62cd3a08d87569113e25d12994b1370f0fd5f531952b6cef
|
||||
SIZE (pytorch-vision-v0.17.1_GH0.tar.gz) = 13091686
|
||||
|
Loading…
Reference in New Issue
Block a user