From 13a992f82a605198dfec1b0366d8be3878013889 Mon Sep 17 00:00:00 2001 From: Richard Waite Date: Wed, 6 Dec 2023 10:07:15 +0000 Subject: [PATCH] Add vsipy and qt dependencies to pyproject.toml Use PyQt5 backend version used in mantid (although allow patch verisons above) and therefore compatible with IDAaaS --- python/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 2ccae785f..69f65f315 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -49,6 +49,9 @@ include = [ { path = "pyspinw/ctfs/*" } ] python = ">=3.8,<=3.12" libpymcr = ">=0.1.3" numpy = "^1.21.4" +pyqt5="~5.15" +vispy=">=0.14.1" + # Optional dependencies pytest = {version = ">=7.0.0", optional = true} pytest-cov = {version = ">=3,<5", optional = true}