hippalectryon-0 / xr-scipy

scipy for xarray eco-system
http://xr-scipy.readthedocs.io
61 stars 9 forks source link

Please remove the hard urllib>2 dependency #34

Closed smartass101 closed 1 year ago

smartass101 commented 1 year ago

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.