Spaces:
Sleeping
Sleeping
File size: 350 Bytes
e59f78e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | name: celldreamer
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.10
- pytorch
- torchvision
- torchaudio
- cpuonly
- numpy<2.0
- pandas
- scipy
- scikit-learn
- matplotlib
- seaborn
- scanpy
- python-igraph
- leidenalg
- tqdm
- jupyterlab
- pip
- pip:
- umap-learn |