[py-sentencepiece] added veriosn 0.1.91 (#25275)

This commit is contained in:
Jen Herting 2021-08-06 11:41:27 -04:00 committed by GitHub
parent ad66b758e4
commit 97993ac38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,12 @@ class PySentencepiece(PythonPackage):
maintainers = ['adamjstewart']
version('0.1.91', sha256='acbc7ea12713cd2a8d64892f8d2033c7fd2bb4faecab39452496120ace9a4b1b')
version('0.1.85', sha256='dd4956287a1b6af3cbdbbd499b7227a859a4e3f41c9882de5e6bdd929e219ae6')
depends_on('sentencepiece')
depends_on('sentencepiece@0.1.85', when='@0.1.85')
depends_on('sentencepiece@0.1.91', when='@0.1.91')
depends_on('pkgconfig', type='build')
depends_on('py-setuptools', type='build')