Do not let Python 2 users build CuPy v7+#2766
Conversation
|
Could you use |
|
Sounds good, thanks @kmaehashi. PTAL. |
|
@kmaehashi Travis still tests PY34...Should I lower the requirement a bit? |
|
Thanks for doing this @leofang! 😄 |
If so, we might want to add Python 3.4 to the trove classifiers. |
and also the installation guide. |
|
pfnCI, test this please. |
|
Successfully created a job for commit 8093b63: |
|
Jenkins CI test (for commit 8093b63, target branch master) succeeded! |
|
@kmaehashi Looks like this passed the CI? |
|
I removed the Python 2 warning in d9775d7 since it won't even build for PY2. |
|
pfnCI, test this please. |
|
Successfully created a job for commit d9775d7: |
|
Jenkins CI test (for commit d9775d7, target branch master) succeeded! |
Do not let Python 2 users build CuPy v7+
* upstream/master: apply cupy#2919 (comment) Fix nvcc command lookup Add NumPy 1.18 to installation guide Use (1, 3)-shape to specify RGB Use `scipy.stats` to compute bivariate normal Fix setup.py Keep imag a view of original array Print installed packages in pytest Fix typos in comments defaults to in-place scan avoid using cub_scan for complex128; simplify shape Remove PY2 warning Add CUDA 10.2 support Remove TODO Fix imag for 0-size array Apply cupy#2766 (comment) Do not let Python 2 users build CuPy v7 Fix flake8 Use intptr_t for cusolver handler
Close #2763.
cc: @JanuszL