-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi! Could you please provide an updated yaml file for the conda environment? The minimal environment does not work anymore:
Could not solve for environment specs
The following packages are incompatible
├─ numba 0.51.2 is uninstallable because it conflicts with any installable versions previously reported;
├─ pytorch 1.3** is uninstallable because it conflicts with any installable versions previously reported;
├─ scanpy 1.4.4** is uninstallable because it conflicts with any installable versions previously reported;
└─ umap-learn 0.3.10* is uninstallable because it conflicts with any installable versions previously reported.
Pinning numba to 0.52.0 as suggested in #15 also didn't solve the problem. But when I install other versions, the code throws a lot of errors due to version incompatibility. Thank you!