NVIDIA / modulus

Open-source deep-learning framework for building, training, and fine-tuning deep learning models using state-of-the-art Physics-ML methods
https://developer.nvidia.com/modulus
Apache License 2.0
836 stars 190 forks source link

🚀[FEA]: Support for newer numpy #383

Open adamjstewart opened 4 months ago

adamjstewart commented 4 months ago

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

Low (would be nice)

Please provide a clear description of problem you would like to solve.

I would like to use the latest version of numpy, but modulus currently requires an older version. Is there a reason for this? Is it possible to remove the upper bound?

Describe any alternatives you have considered

No response