From eaa37f70e0dc424a9ea5f2b0f539371fc2d301a3 Mon Sep 17 00:00:00 2001 From: jtc42 Date: Fri, 28 Jun 2019 09:12:31 +0100 Subject: [PATCH] Upgraded scipy (should support piwheels on Buster) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd39e294..1e4002c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Pillow = "^5.4" "RPi.GPIO" = "^0.6.5" openflexure-stage = "^0.2.1" flask-cors = "^3.0" -scipy = "1.2.1" # Exact version until we can guarantee a wheel +scipy = "1.3.0" # Exact version until we can guarantee a wheel picamera = { git = "https://github.com/rwb27/picamera.git", branch = "lens-shading" } # Lens shading requires >1.14 or RWB fork, lens-shading branch.