From fd51df4488a68eac59c5e65aaf82d4f5f5a28b9a Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 16 Sep 2019 17:32:25 +0100 Subject: [PATCH] Allow installation on Py36 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6e2d338..3bfa2c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ keywords = ['raspberry pi', 'arduino', 'microscope'] license = "GPL-3.0" [tool.poetry.dependencies] -python = "^3.7" +python = "^3.6" Flask = "^1.0" pyyaml = "^3.13" numpy = "1.16.4" # Exact version until we can guarantee a wheel