juglab / cryoCARE_pip

PIP package of cryoCARE
BSD 3-Clause "New" or "Revised" License
25 stars 14 forks source link

Dependency conflicts #56

Open JadisInka opened 8 months ago

JadisInka commented 8 months ago

Hi,

I encountered this problem when trying to install the CUDA 11 cryocare: tensor flow requires bumpy 19.2, but other dependencies require a higher version: cupy-cuda110 12.2.0 requires numpy<1.27,>=1.20, but you have numpy 1.19.5 which is incompatible. cupy-cuda11x 12.2.0 requires numpy<1.27,>=1.20, but you have numpy 1.19.5 which is incompatible. matplotlib 3.7.2 requires numpy>=1.20, but you have numpy 1.19.5 which is incompatible.

Thanks in advance!

Sabina