Merged
Conversation
- numpy: ==1.26.4 → >=2.0.0,<2.4 - numba: unversioned → >=0.60.0 (supports numpy 2.x) - numpy-quaternion: unversioned → >=2024.0.0 (supports numpy 2.x) - scipy: >=1.10.1 → >=1.13.0 (supports numpy 2.x)
- .github/workflows/install_and_test.yml: numpy==1.26.4 → numpy>=2.0.0,<2.4 - conda-build/habitat-sim/meta.yaml: - numpy>=1.13 → numpy>=2.0.0,<2.4 - numba: unversioned → >=0.60.0 - quaternion: unversioned → >=2024.0.0 - scipy>=1.3.0 → scipy>=1.13.0
numpy 2.x requires Python 3.10+, update python_lint job from 3.9.16 to 3.12
Quote numpy>=2.0.0,<2.4 to prevent shell from interpreting <2.4 as a redirect
The habitat_sim.logging module intentionally shadows the builtin logging module. Add noqa comment to suppress the flake8-builtins warning.
numpy 2.x requires Python 3.10+, update mypy target version to match.
CI uses Python 3.12, and newer sphinx/pytest require 3.12 type syntax. Update mypy target version from 3.10 to 3.12 to match.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Upgrade numpy to v2+
How Has This Been Tested
CI should pass
Types of changes
Checklist