Added updated opencv-python-headless for Py38 installations
This commit is contained in:
parent
d4dbafcb52
commit
9ff24e8e37
2 changed files with 68 additions and 27 deletions
|
|
@ -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 so 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,7 +35,10 @@ 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"
|
||||
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.2"
|
||||
|
||||
[tool.poetry.extras]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue