Просмотр исходного кода

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

Dimitri Korsch 3 лет назад
Родитель
Сommit
0b549fb8ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

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