Hi,
I encountered at least two python package version conflicts when trying to set this up.
Based on code here, lexnlp needs 0.1.8
|
https://github.com/LexPredict/lexpredict-lexnlp/archive/0.1.8.zip |
This is conflicting with pandas and requests. E.g. openedgar wants pandas 0.22, but lexnlp needs 0.21.
Can we use the latest lexnlp 1.8.0 with this release? Or should we stick with what 0.1.8 needs?
Thanks.
Hi,
I encountered at least two python package version conflicts when trying to set this up.
Based on code here, lexnlp needs 0.1.8
openedgar/lexpredict_openedgar/requirements/full.txt
Line 138 in 1d1b8bc
This is conflicting with
pandasandrequests. E.g.openedgarwantspandas 0.22, butlexnlpneeds0.21.openedgar/lexpredict_openedgar/requirements/full.txt
Line 74 in 1d1b8bc
openedgar/lexpredict_openedgar/requirements/full.txt
Line 110 in 1d1b8bc
Can we use the latest
lexnlp 1.8.0with this release? Or should we stick with what0.1.8needs?Thanks.