2.4.1
This commit is contained in:
parent
0b44944dd4
commit
f0c03d08a5
2 changed files with 7 additions and 11 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name = "openflexure-microscope-server"
|
||||
version = "2.4.0"
|
||||
version = "2.4.1"
|
||||
description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope."
|
||||
|
||||
authors = [
|
||||
|
|
@ -34,7 +34,7 @@ Flask = "^1.0"
|
|||
numpy = "1.18.2"
|
||||
Pillow = "^5.4"
|
||||
scipy = "1.4.1" # Exact version so we can guarantee a wheel
|
||||
"RPi.GPIO" = { version = "^0.6.5", optional = true }
|
||||
"RPi.GPIO" = { version = "^0.7.0", optional = true }
|
||||
picamera = {url = "https://github.com/rwb27/picamera/releases/download/v1.13.2b0/picamera-1.13.2b0-py3-none-any.whl" }
|
||||
python-dateutil = "^2.8"
|
||||
psutil = "^5.6.7" # Autostorage extension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue