From dcff8a0be1588deb8c966094aac2fd015fb53ce9 Mon Sep 17 00:00:00 2001 From: shimwell Date: Tue, 26 Nov 2024 16:48:52 +0100 Subject: [PATCH 1/2] added missing package for examples --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3379f2a..3c934c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ tests = [ "pytest>=5.4.3", "hypothesis", "NeSST>=1.1.0" + openmc_source_plotter ] [tool.setuptools] From 44001ab20283c7a341fca4615593e5c23c4ef1c3 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 26 Nov 2024 16:51:59 +0100 Subject: [PATCH 2/2] adding quotes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c934c5..436c296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ write_to = "src/_version.py" tests = [ "pytest>=5.4.3", "hypothesis", - "NeSST>=1.1.0" - openmc_source_plotter + "NeSST>=1.1.0", + "openmc_source_plotter" ] [tool.setuptools]