Updated dependencies

This commit is contained in:
Joel Collins 2020-04-30 17:46:59 +01:00
parent 484734df95
commit ef6f428a84
2 changed files with 78 additions and 37 deletions

View file

@ -27,7 +27,7 @@ python = "^3.6"
Flask = "^1.0"
numpy = "1.18.2"
Pillow = "^5.4"
scipy = "1.3.0" # Exact version until we can guarantee a wheel
scipy = "1.4.1" # Exact version until we can guarantee a wheel
picamera = { git = "https://github.com/rwb27/picamera.git", branch = "master", optional = true } # Lens shading requires >1.14 or RWB fork, lens-shading branch.
"RPi.GPIO" = { version = "^0.6.5", optional = true }
@ -35,8 +35,11 @@ pyserial = "^3.4" # Used for sangaboard (basic_serial_instrument) until we move
python-dateutil = "^2.8"
psutil = "^5.6.7" # Autostorage extension
opencv-python-headless = "4.1.0.25"
labthings = "0.5.2"
opencv-python-headless = [
{version = "4.1.0.25", python = "~3.7"}, # PiWheels build for RPi running Py37
{version = "4.2.0.34", python = "^3.8"} # Latest for Py38 systems
]
labthings = "0.5.3"
[tool.poetry.extras]
rpi = ["picamera", "RPi.GPIO"]