facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.58k stars 419 forks source link

[dependency update] [deprecation] Upgrade numpy to 1.26.4 and remove data_extractor utility #2362

Closed aclegg3 closed 5 months ago

aclegg3 commented 5 months ago

Motivation and Context

For downstream compatibility, it is necessary that we update the maximum numpy version. this PR sets numpy version to 1.26.4.

It also removes the data_extractor.py and pose_extractor.py utilities which use outdate numpy APIs and don't appear to be used.

How Has This Been Tested

CI

Types of changes

Checklist

jturner65 commented 5 months ago

Probably need to address it here too