Parcourir la source

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

Dimitri Korsch il y a 3 ans
Parent
commit
0b549fb8ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

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