Sfoglia il codice sorgente

Update environment.yml

The same issue (PILLOW_VERSION import error) as #180 when running the first import cell in training notebooks on my VM.
Updated environment.yml by adding an older version of Pillow for the conda environment to fix this.
Everything works fine now.
Akash Palrecha 5 anni fa
parent
commit
8a30a9eef8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      environment.yml

+ 1 - 0
environment.yml

@@ -11,6 +11,7 @@ dependencies:
 - tensorboardX=1.6
 - youtube-dl>=2019.4.17
 - jupyterlab
+- pillow=6.2.1
 - pip:
   - ffmpeg-python==0.1.17
   - opencv-python>=3.3.0.10