[py-sentencepiece] added veriosn 0.1.91 (#25275)
This commit is contained in:
parent
ad66b758e4
commit
97993ac38a
@ -14,10 +14,12 @@ class PySentencepiece(PythonPackage):
|
|||||||
|
|
||||||
maintainers = ['adamjstewart']
|
maintainers = ['adamjstewart']
|
||||||
|
|
||||||
|
version('0.1.91', sha256='acbc7ea12713cd2a8d64892f8d2033c7fd2bb4faecab39452496120ace9a4b1b')
|
||||||
version('0.1.85', sha256='dd4956287a1b6af3cbdbbd499b7227a859a4e3f41c9882de5e6bdd929e219ae6')
|
version('0.1.85', sha256='dd4956287a1b6af3cbdbbd499b7227a859a4e3f41c9882de5e6bdd929e219ae6')
|
||||||
|
|
||||||
depends_on('sentencepiece')
|
depends_on('sentencepiece')
|
||||||
depends_on('sentencepiece@0.1.85', when='@0.1.85')
|
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('pkgconfig', type='build')
|
||||||
depends_on('py-setuptools', type='build')
|
depends_on('py-setuptools', type='build')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user