diff options
author | Grey Christoforo | 2021-01-26 09:17:49 +0000 |
---|---|---|
committer | Grey Christoforo | 2021-01-26 09:17:49 +0000 |
commit | c70797a071c2e1c4cedcf272b4d9055ab41212fc (patch) | |
tree | 36da82520cffeebfc74abffd504a4634d3836ec6 | |
parent | fdccf11a0650c593b5b30fc3ac0f312fbc928efd (diff) | |
download | aur-c70797a071c2e1c4cedcf272b4d9055ab41212fc.tar.gz |
make sure joblib works
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ pkgbase = python-ocp-git license = Apache makedepends = git makedepends = clang - makedepends = python-joblib + makedepends = python-joblib>=1.0.0 makedepends = python-click makedepends = python-pandas makedepends = python-path @@ -14,7 +14,7 @@ opencascade makedepends=( git clang -python-joblib +"python-joblib>=1.0.0" python-click python-pandas python-path |