I see in the comment this is due to some poetry bug, but you really should not force such a dependency on the casual users which may not even use poetry, but simply want to install xrscipy into some environment with pip. For instance, on some older environments (in scientific environments on clusters one does not always have a choice) urllib>2 clasheswith some conda dependencies.
This could perhaps be in the dev requirements if you need it.
I see in the comment this is due to some poetry bug, but you really should not force such a dependency on the casual users which may not even use poetry, but simply want to install
xrscipy
into some environment with pip. For instance, on some older environments (in scientific environments on clusters one does not always have a choice) urllib>2 clasheswith some conda dependencies.This could perhaps be in the dev requirements if you need it.