We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we only support Numpy versions below 2.0.
torchvision will support Numpy 2.0 with version 0.19.0 (numpy/numpy#26191) wich will become available ~24th July
The text was updated successfully, but these errors were encountered:
build: only use numpy<2.0.0 as torchvision does not yet support numpy…
4b2c2df
… 2.0 (see #898)
build: use numpy<2.0.0 (#899)
1cbc147
### Summary of Changes Add clause to `pyproject.toml` to use a numpy version below 2.0 as torchvision does not yet support numpy 2.0 (See #898)
Done in #929.
Sorry, something went wrong.
No branches or pull requests
Currently, we only support Numpy versions below 2.0.
torchvision will support Numpy 2.0 with version 0.19.0 (numpy/numpy#26191) wich will become available ~24th July
The text was updated successfully, but these errors were encountered: