openai / deeptype

Code for the paper "DeepType: Multilingual Entity Linking by Neural Type System Evolution"
https://arxiv.org/abs/1802.01021
Other
648 stars 145 forks source link

pip install error in requirements file #7

Closed galtay closed 6 years ago

galtay commented 6 years ago
cssselect>=0.9.1
epub-conversion>=1.0.7
lxml>=3.4.3
msgpack-python>=0.4.8
numpy>=1.11.1
pandas>=0.15.2
progressbar2>=3.6.0
requests>=2.6.0
tensorflow>=1.4.0
wikipedia-ner>=0.0.23
ciseau>=1.0.1
Cython>=0.23.2
marisa-trie>=0.7.2
ciseau

looks like the double entries for ciseau cause a pip install issue ... probably want to remove the bottom entry.

JonathanRaiman commented 6 years ago

Fixed now, thanks!