Alibaba-NLP / ACE

[ACL-IJCNLP 2021] Automated Concatenation of Embeddings for Structured Prediction
Other
296 stars 44 forks source link

requirements.txt facing conflicts #25

Closed harpap closed 2 years ago

harpap commented 2 years ago

Can anyone confirm if it is possible to run the command:

pip install -r requirements.txt

and face zero conflicts?

I am trying to run it on newly created conda envs and I face 2 conflicts.

  1. on mkl-fft==1.0.6 and
  2. on numpy==1.15.1

Thanks in advance

wangxinyu0922 commented 2 years ago

Hi, you may refer to this issue

harpap commented 2 years ago

Hi, you may refer to this issue

Thank you!