Hironsan / anago

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
https://anago.herokuapp.com/
MIT License
1.48k stars 371 forks source link

Seqeval requires numpy >=1.14 but requirements.txt uses previous numpy version #91

Closed Erechtheus closed 5 years ago

Erechtheus commented 5 years ago

System information

Describe the problem

Seqeval requires a higher numpy version than defined in requirements.txt.

Source code / logs

pip install -r requirements.txt seqeval 0.0.3 has requirement numpy>=1.14.0, but you'll have numpy 1.13.3 which is incompatible.

Erechtheus commented 5 years ago

Probably irrelevant issue