-
Notifications
You must be signed in to change notification settings - Fork 1
Add packages for tools chapter #7
base: main
Are you sure you want to change the base?
Conversation
@le-ander the container is now building for 3.5 hours already. I thought that we had below 1 hour (also when checking the latest successful runs). Got any idea about what is happening here? |
All right, this is pip being stupid and checking an ungodly amount of compatible versions. Mhmm, what can we do about it? |
oh, looks like we have some serious requirement crashes here. have never seen this before tbh |
@le-ander I "hacked" pip which may or may not cause downstream issues. However, now I get
which is not related to the Python packages. Do we need to force some version constraint somewhere here to solve this? |
interesting. |
Required for fitting random effect models in MAST
Okay, pinning R versions does not seem to work when using apt installs of packages:
As installing all packages from source requires a LOT more CPU time, I'd say we just stick with the latest R version in these builds and adapt the biocmanager accordingly. |
R version pinning does not work when installing R packages with apt.
PyVCF is no longer maintained and incompatible with setuptools 58 and newer
@Zethson all fixed :) |
Thanks. I'll need to check the container first to see whether I broke the Python environment.... |
Check whether scvi-tools isn't part of the container yet. Thought it should be already...