Skip to content

Fix: Fixing dependency versions in pyproject.toml#113

Open
OfficialAC18 wants to merge 1 commit into
ReX-XAI:devfrom
OfficialAC18:config-fix
Open

Fix: Fixing dependency versions in pyproject.toml#113
OfficialAC18 wants to merge 1 commit into
ReX-XAI:devfrom
OfficialAC18:config-fix

Conversation

@OfficialAC18
Copy link
Copy Markdown
Collaborator

Summary

  • Fixes numpy hard dependency of numpy 1.26.4 to >= 2.1.0 in pyproject.toml

Reason

  • Python >= 3.13 (which is recommended in the README for creating new environment) does not have a prebuilt wheel for numpy 1.26.4, leading to source build fails. numpy 2.1.0 is the earliest version with prebuilt wheel for Python 3.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant