pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Failing CI flaky tests - pydap 3.5.1 contains only client dependencies #9708

Closed kmuehlbauer closed 2 weeks ago

kmuehlbauer commented 2 weeks ago

What is your issue?

The pydap conda package currently as of version 3.5.1 installs only the client dependencies to provide a lightweight package for the majority of users. I've opened https://github.com/conda-forge/pydap-feedstock/issues/23 to discuss options for creating a pydap-server package.

@pydata/xarray In the meantime we would need to add the additional dependencies by ourselves in environment.yml.

kmuehlbauer commented 2 weeks ago

In #9709 the needed dependencies have been added to ci/environment.yml. Keeping this open until a final solution has been sorted out upstream.