Hironsan/anago

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

Erechtheus opened this issue · 1 comments

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Mint 19
  • TensorFlow/Keras version: 1.8.0
  • Python version: 3.6

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.

Probably irrelevant issue