diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-06-26 10:17:00 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-06-26 10:17:19 +0200 |
commit | 7d80a880d21a8264eb58fcc2ee4c4afee19e0d64 (patch) | |
tree | bbf0c51122767ba63b12346407f03cc7aa70136b /sci-libs/pytorch | |
parent | media-libs/libffado: fixed udev reload (diff) | |
download | gentoo-7d80a880d21a8264eb58fcc2ee4c4afee19e0d64.tar.gz gentoo-7d80a880d21a8264eb58fcc2ee4c4afee19e0d64.tar.bz2 gentoo-7d80a880d21a8264eb58fcc2ee4c4afee19e0d64.zip |
sci-libs/pytorch: depends on the caffe2 exact version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/pytorch')
-rw-r--r-- | sci-libs/pytorch/pytorch-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pytorch/pytorch-1.11.0.ebuild b/sci-libs/pytorch/pytorch-1.11.0.ebuild index a57ff0163fd0..0a1cae78f4bb 100644 --- a/sci-libs/pytorch/pytorch-1.11.0.ebuild +++ b/sci-libs/pytorch/pytorch-1.11.0.ebuild @@ -20,7 +20,7 @@ RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" ${PYTHON_DEPS} - sci-libs/caffe2[${PYTHON_USEDEP}] + ~sci-libs/caffe2-${PV}[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} |