Added scipy to requirements (used in autofocus)

This commit is contained in:
Joel Collins 2019-01-29 14:03:30 +00:00
parent d7e19c40e2
commit 36af9f84b5
2 changed files with 14 additions and 1 deletions

View file

@ -32,6 +32,7 @@ Pillow = "^5.4"
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"
[tool.poetry.dev-dependencies]
sphinxcontrib-httpdomain = "^1.7"