Explorar el Código

a crucial dependency change: pillow 9.0.0 solves the memory leaking array creation

Dimitri Korsch hace 3 años
padre
commit
0b549fb8ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -1,6 +1,6 @@
 #imageio
 numpy
-pillow
+pillow~=9.0
 matplotlib
 pyyaml