Loop3D / map2loop

MIT License
9 stars 9 forks source link

fix: pin numpy version #105

Closed AngRodrigues closed 3 months ago

AngRodrigues commented 3 months ago

Description

numpy's new version 2.0.0 is creating a conflict with owslib, which is breaking the GitHub Actions in map2loop.

This PR is to pin numpy version to the last working version - 1.26.4.

lachlangrose commented 3 months ago

I'd rather not pin it to a specific version of numpy as that can make the dependency chain complicated. Can you restrict it to be less than 2.0?

Why did the documentation build work but the main CI didn't? Is the order of the libraries being installed the issue?

AngRodrigues commented 3 months ago

@lachlangrose Thanks for helping out with troubleshooting this issue!