Skip to content

Commit

Permalink
Add vsipy and qt dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
Use PyQt5 backend version used in mantid (although allow patch verisons above) and therefore compatible with IDAaaS
  • Loading branch information
RichardWaiteSTFC committed Dec 6, 2023
1 parent ea5ea33 commit 13a992f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 13a992f

Please sign in to comment.