summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-06-14 23:50:48 +0300
committerDaniel Bershatsky2023-06-14 23:50:52 +0300
commit6cdc9334c0e7aaef3f77c19e64ed1b89e983017c (patch)
treec0c97970dc11611e1b6b5f270628bd7e251d6c7f
parent998e60f5078f10b84a0a3963d61523d2f19635fa (diff)
downloadaur-6cdc9334c0e7aaef3f77c19e64ed1b89e983017c.tar.gz
Remove contraint on python-hugginface-hub version
The issue is that maintainers of python-hugginface-hub use epoch in version without any reason.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1c9b9ec2953..d116dcf8db76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-evaluate
pkgdesc = HuggigFace library for easily evaluating machine learning models and datasets
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/huggingface/evaluate/
arch = x86_64
groups = huggingface
@@ -12,8 +12,7 @@ pkgbase = python-evaluate
depends = python-datasets>=2.0.0
depends = python-dill
depends = python-fsspec>=2021.05.0
- depends = python-huggingface-hub>=0.7.0
- depends = python-huggingface-hub<1.0.0
+ depends = python-huggingface-hub
depends = python-multiprocess
depends = python-numpy>=1.17
depends = python-pandas
diff --git a/PKGBUILD b/PKGBUILD
index 0b102ecc2efd..4f3e37a06061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-evaluate'
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='HuggigFace library for easily evaluating machine learning models and datasets'
arch=('x86_64')
url='https://github.com/huggingface/evaluate/'
@@ -10,8 +10,7 @@ license=('Apache')
depends=('python-datasets>=2.0.0'
'python-dill'
'python-fsspec>=2021.05.0'
- 'python-huggingface-hub>=0.7.0'
- 'python-huggingface-hub<1.0.0'
+ 'python-huggingface-hub'
'python-multiprocess'
'python-numpy>=1.17'
'python-pandas'