Commit 4ee19192 authored by Joel Collins's avatar Joel Collins
Browse files

2.6.1

parent 20fc0eb2
Loading
Loading
Loading
Loading
Loading
+286 −331

File changed.

Preview size limit exceeded, changes collapsed.

+4 −7
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "openflexure-microscope-server"
version = "2.6.0"
version = "2.6.1"
description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope."

authors = [
@@ -31,16 +31,13 @@ packages = [
[tool.poetry.dependencies]
python = "^3.6"
Flask = "^1.0"
numpy = "1.18.2"
numpy = "1.19.2" # Exact version so we can guarantee a wheel
Pillow = "^7.2.0"
scipy = "1.4.1" # Exact version so we can guarantee a wheel
scipy = "1.5.3" # Exact version so we can guarantee a wheel
"RPi.GPIO" = { version = "^0.7.0", optional = true }
python-dateutil = "^2.8"
psutil = "^5.6.7" # Autostorage extension
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
]
opencv-python-headless = "4.4.0.44"
pynpm = "^0.1.2"
sangaboard = "^0.2"
expiringdict = "^1.2.1"