Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cupy dependency in pyproject.toml (#5705)
The cupy dependency in pyproject.toml is currently wrong due to changes made in the devcontainers PR. Unlike in conda environments where simultaneous installation of both pip and conda cupy results in coexistence followed by clobbering at import time, since this approach results in two pip installations (one wheel and one from source) one simply overwrites the other, so we haven't seen serious issues yet. The only manifestation at present is slower CI due to cupy being compiled during the wheel builds. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Ray Douglass (https://github.com/raydouglass) - Dante Gama Dessavre (https://github.com/dantegd) URL: #5705
- Loading branch information