Updated dependencies (actually)

This commit is contained in:
Joel Collins 2019-05-05 00:07:19 +01:00
parent b1711afc27
commit 530f735ebd
2 changed files with 85 additions and 36 deletions

View file

@ -26,7 +26,7 @@ license = "GPL-3.0"
python = "^3.5"
Flask = "^1.0"
pyyaml = "^3.13"
numpy = "^1.15"
numpy = "1.16.1" # Exact version until we can guarantee a wheel
Pillow = "^5.4"
"RPi.GPIO" = "^0.6.5"
picamera = "^1.13" # Lens shading requires >1.14 or RWB fork, lens-shading branch.