summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9890ba3118e7..91e0f0482009 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-swyft
makedepends = python-installer
depends = python-toolz
depends = python-numpy
- depends = python-torch
+ depends = python-pytorch
depends = python-pytorch-lightning
depends = python-zarr
depends = python-matplotlib
diff --git a/PKGBUILD b/PKGBUILD
index b681695fb0e8..9bc21c86ceda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/undark-lab/swyft"
license=('Apache')
groups=()
-depends=(python-toolz python-numpy python-torch python-pytorch-lightning python-zarr python-matplotlib python-scipy python-torchist python-fasteners)
+depends=(python-toolz python-numpy python-pytorch python-pytorch-lightning python-zarr python-matplotlib python-scipy python-torchist python-fasteners)
makedepends=(python-build python-installer)
provides=()
conflicts=()