equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
109 stars 56 forks source link

Unpin numpy <2 #1209

Open oysteinequinor opened 2 weeks ago

oysteinequinor commented 2 weeks ago

Numpy 2.0 has now been released and xtgeo is blocking the update for dependents due to pinning.

Issue where it was pinned: #878

mferrera commented 2 days ago

We may be a bit logjammed on this for some time due to numpy being similarly pinned a few dependencies down.

resfo 4.1.0 requires numpy<2, but you have numpy 2.0.0 which is incompatible.
ecl-data-io 3.1.1 requires numpy<2, but you have numpy 2.0.0 which is incompatible.
xtgeoviz 0.1.0 requires numpy<2, but you have numpy 2.0.0 which is incompatible.
roffio 1.0.2 requires numpy<2, but you have numpy 2.0.0 which is incompatible.