Spaces:
Build error
Build error
File size: 364 Bytes
8f87579 f689fce 8f87579 |
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 |
name: ganspace
channels:
- defaults
- conda-forge
- pytorch
dependencies:
- python=3.7
- pytorch::pytorch=1.3
- pytorch::torchvision
- mkl < 2022
- pillow=6.2
- ffmpeg
- tqdm
- scipy
- scikit-learn
- scikit-image
- boto3
- requests
- nltk
- pip
- pip:
- fbpca
- pyopengltk
# conda env update -f environment.yml --prune
|