Spaces:
Sleeping
Sleeping
File size: 431 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 26 27 28 29 | name: celldreamer
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.10
- pytorch
- torchvision
- torchaudio
- pytorch-cuda=11.8 # 12.1 for 40xx card
- numpy<2.0
- pandas
- scipy
- scikit-learn
- matplotlib
- seaborn
- scanpy
- python-igraph
- leidenalg
- tqdm
- jupyterlab
- pip
- tensorboard
- pip:
- umap-learn
- python-box
- yaml |