Updated dependencies

This commit is contained in:
Joel Collins 2019-06-25 17:51:31 +01:00
parent 178027a373
commit f6f218be43
2 changed files with 18 additions and 13 deletions

View file

@ -26,13 +26,14 @@ license = "GPL-3.0"
python = "^3.5"
Flask = "^1.0"
pyyaml = "^3.13"
numpy = "1.16.1" # Exact version until we can guarantee a wheel
numpy = "1.16.4" # 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.
openflexure-stage = "^0.2.1"
flask-cors = "^3.0"
scipy = "1.2.1" # Exact version until we can guarantee a wheel
picamera = { git = "https://github.com/rwb27/picamera.git", branch = "lens-shading" } # Lens shading requires >1.14 or RWB fork, lens-shading branch.
[tool.poetry.dev-dependencies]
sphinxcontrib-httpdomain = "^1.7"