xhluca / dl-translate

Library for translating between 200 languages. Built on 🤗 transformers.
https://xhluca.github.io/dl-translate/
MIT License
451 stars 47 forks source link

Update setup.py's install_requires to use transformers>=4.4.0 when it will be released #7

Closed xhluca closed 3 years ago

xhluca commented 3 years ago

See: https://github.com/xhlulu/dl-translate/blob/master/setup.py#L22

...
install_requires=['transformers @ git+https://github.com/huggingface/transformers', 'torch', 'sentencepiece', 'protobuf']