althonos / pronto

A Python frontend to (Open Biomedical) Ontologies.
https://pronto.readthedocs.io
MIT License
226 stars 47 forks source link

Update requirements for NetworkX #206

Closed gaetandi closed 1 year ago

gaetandi commented 1 year ago

It is not possible to use NetworkX 3.0 in a same project because of the requirements. I think the NetworkX version is not very important to pronto so would be amazing if it can be removed.

althonos commented 1 year ago

Hi Gaetan, I'll check it out. I agree it shouldn't be required for simply one function that is not core functionality.

althonos commented 1 year ago

New release v2.5.4 supports both NetworkX v2.0 and v3.0. I'll probably remove the dependency in the next major release of pronto (when I get time to work on this).

gaetandi commented 1 year ago

Thanks a lot @althonos !