CharacterGAN / environment.yml
Arinnouncer's picture
Update environment.yml
f689fce verified
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