Closed kapoorlab closed 1 year ago
Hi @kapoorlab, thank you for your suggestion! The reason for specifying numpy version 1.21 was that we were initially using PyMesh, and this version was required for that. We have now moved to trimesh, so I can remove this fixed version number.
The commit 84ec1be solves the issue.
Describe the bug The numpy version is fixed in the setup file, maybe it could be specified to be a version greater than the fixed specified version or is there a reason to hard fix it?
To Reproduce Steps to reproduce the behavior: See the fixed version number in the setup file
Expected behavior To specify a version greater than a certain version, this can lead to unexpected behaviour like rolling a numpy version in the environment by uninstalling the installed numpy versi.