From 8014a940c9a0551793bfb5694bff9a52df6c0155 Mon Sep 17 00:00:00 2001 From: Julian Rendell Date: Sun, 21 Feb 2021 16:15:48 -0800 Subject: [PATCH] remove pillow version to rely on recommended Rely on pillows default version for a given interpreter. 7 doesn't (easily) compile with Python 3.9, which blocks initialization of the extension. This is a bigger than expected issue as it can break/cause problems with ANY python workspace (ie not ones intended for use with Device Simulator) due to the default "always try to install requirements" extension setting. --- src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 66da4eb19..038474d64 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -6,7 +6,7 @@ pywin32==227; platform_system == "Windows" PyObjC; platform_system == "darwin" uflash==1.3.0 adafruit-circuitpython-fancyled==1.3.3 -Pillow==7.0.0 +Pillow adafruit-circuitpython-bitmap_font==1.1.0 adafruit-circuitpython-display-shapes==1.2.0 -adafruit-circuitpython-neopixel==5.0.0 \ No newline at end of file +adafruit-circuitpython-neopixel==5.0.0