AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

BLD: Skip cupy 13.0 due to broken ReductionKernel for sm<7 #302

Closed carterbox closed 8 months ago

carterbox commented 8 months ago

https://github.com/cupy/cupy/issues/8184

Purpose

Avoid a version of CuPy that doesn't work with sm < 7.0 because a header was added to the C code that won't JIT compile for sm < 7.0.

Approach

Add != expression to package requirements for CuPy.

Pre-Merge Checklists

Submitter

Reviewer