Upgraded dependencies and picamera fork

This commit is contained in:
Joel Collins 2020-03-01 17:38:31 +00:00
parent 0182f18e33
commit 7235445cf2
2 changed files with 82 additions and 77 deletions

View file

@ -29,7 +29,7 @@ numpy = "^1.17.0"
Pillow = "^5.4"
scipy = "1.3.0" # Exact version until we can guarantee a wheel
picamera = { git = "https://github.com/rwb27/picamera.git", branch = "lens-shading", optional = true } # Lens shading requires >1.14 or RWB fork, lens-shading branch.
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 }
pyserial = "^3.4" # Used for sangaboard (basic_serial_instrument) until we move to sangaboard pip library