fishbotics / robometrics

A unified framework for metrics evaluation for robotic manipulation
MIT License
6 stars 1 forks source link

Remove requirement for specific version of numpy #2

Closed balakumar-s closed 1 year ago

balakumar-s commented 1 year ago

numpy is used by many packages, hardcoding it to a specific version can break things (e.g., pytorch is compiled with a specific version of numpy)

fishbotics commented 1 year ago

Dropped the requirement to 1.15. Hopefully that doesn't break anything major.