adobe / NLP-Cube

Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing
http://opensource.adobe.com/NLP-Cube/index.html
Apache License 2.0
550 stars 93 forks source link

numpy<1.20.0 required #136

Closed KoichiYasuoka closed 1 year ago

KoichiYasuoka commented 1 year ago

transformers==4.2.2 seems too old and requires numpy<1.20.0. Please re-consider their versions in requirements.txt.

tiberiu44 commented 1 year ago

Hi again @KoichiYasuoka , and thank you for noticing this. We will update the requirement file with newer versions for transformers and consequently numpy. However, we do have comaptibility issues with numpy >1.23 and that will need to be addressed. The update will go out at the end of next week, because everyone working on the project is caught with other work.

tiberiu44 commented 1 year ago

Hi @KoichiYasuoka ,

I've created a PR. Once it is approved, I will also update the pip package and upload.

tiberiu44 commented 1 year ago

The update is merged into main and released as nlpcube version 3.1.2.