ansys / pymaterials-manager

Python package to unify material management across the Ansys portfolio
https://manager.materials.docs.pyansys.com
MIT License
0 stars 0 forks source link

Support NumPy 2.X #273

Open RobPasMue opened 1 week ago

RobPasMue commented 1 week ago

Pinging @da1910 as project maintainer

https://github.com/ansys/pymaterials-manager/blob/a325dcd2f454ddaa64aba6d90c88e8b39d55d7c7/pyproject.toml#L28

Looks like pymaterials-manager is preventing the usage of NumPy 2.x across the rest of the ecosystem. Is there a reason for this? If not, can we remove the upper limit for version 2.X?

Andy-Grigg commented 1 week ago

There seems to be an issue with the naive numpy upgrade, see #255

@da1910 is off this week, but I'll follow up with him next week to see what needs to be done to get this moving.

RobPasMue commented 1 week ago

Awesome, thanks @Andy-Grigg!