bionlplab / bioc

Data structures and code to read/write BioC XML and Json.
MIT License
29 stars 11 forks source link

lxml dependency #10

Closed zerogerc closed 3 years ago

zerogerc commented 4 years ago

First of all, great library. Thank you for you work.

I'm wondering is there a strict requirement for lxml=4.4.1. Or could it be more flexible like lxml>=4.4.1. It doesn't seem like lxml introduced breaking changes https://lxml.de/4.5/changes-4.5.0.html, but it would be really helpful in projects with multiple dependencies which can conflict.

yfpeng commented 3 years ago

Thanks for your suggestions. I have changed them.

haobibo commented 3 years ago

Hi @yfpeng looking forward to seeing the change in both https://github.com/yfpeng/bioc/blob/master/setup.py and on pypi

yfpeng commented 3 years ago

@haobibo Will do. For your amusement, pip install bioc --no-dep will do the trick.