martius-lab / cluster_utils

https://cluster-utils.readthedocs.io/stable/
Other
12 stars 0 forks source link

fix: Restrict numpy version to < 2 #110

Closed luator closed 5 months ago

luator commented 5 months ago

NumPy 2 got released, which is unfortunately not compatible with pandas 2.0.3, which we depend on specifically. As quick fix for now simply restrict to numpy < 2.

This is just for making the currently broken installation work again. Generally, we should decide how we handle dependency versions but I'll open a separate issue for that.