summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2023-10-14 09:33:41 +0200
committerMartino Pilia2023-10-14 09:33:41 +0200
commit901d996fc62db15c3345c08b0557d278de91cca5 (patch)
treeae8538ef440061731a7281923e0f2b32396461b1 /PKGBUILD
parent6e2edb9fc924eddd6b9fdba749eb1f195a3b6561 (diff)
downloadaur-901d996fc62db15c3345c08b0557d278de91cca5.tar.gz
Remove checkdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 1 insertions, 18 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2f5fc5f8e6d..627245549d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=tensorboardX
pkgname=python-tensorboardx
pkgver=2.6.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Tensorboard for PyTorch"
arch=('any')
url="https://github.com/lanpa/tensorboardX"
@@ -22,23 +22,6 @@ optdepends=(
'python-crc32c: speed up'
'python-soundfile: 200x speed up the add_audio() function'
)
-checkdepends=(
- 'python-boto3'
- 'python-flake8'
- 'python-imageio==2.27'
- 'python-matplotlib'
- 'python-moto'
- 'python-numpy'
- 'python-onnx'
- 'python-protobuf==4.22.3'
- 'python-pytest'
- 'python-pytest-cov'
- 'python-soundfile'
- 'python-tensorboard'
- 'python-torch'
- 'python-torchvision'
- 'python-visdom'
- )
conflicts=('python-tensorboard-git')
source+=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('c6476d7cd0d529b0b72f4acadb1269f9ed8b22f441e87a84f2a3b940bb87b666')