RasmussenLab / pimms

Imputing proteomics data using deep learning models
https://pimms.readthedocs.io
GNU General Public License v3.0
18 stars 2 forks source link

:construction: fix ci runs (mamba and numpy related) #81

Closed enryH closed 1 month ago

enryH commented 1 month ago
enryH commented 1 month ago
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
blis 1.0.1 requires numpy<3.0.0,>=2.0.0, but you have numpy 1.26.4 which is incompatible.
thinc 8.3.2 requires numpy<2.1.0,>=2.0.0; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.
Successfully installed autograd-1.7.0 autograd-gamma-0.5.0 category-encoders-2.6.4 formulaic-1.0.2 interface-meta-1.3.0 lifelines-0.29.0 llvmlite-0.43.0 mrmr-selection-0.2.8 njab-0.0.8 numba-0.60.0 numpy-1.26.4 polars-1.9.0 pynndescent-0.5.13 umap-learn-0.5.6

lifelines currently still relies on numpy below 2.0

Errors were created installing njab separatly without pimms.

enryH commented 1 month ago