From 1c33d0103bd5d8732ff73419fda3de0716781176 Mon Sep 17 00:00:00 2001 From: shimwell Date: Sat, 20 Jan 2024 22:56:41 +0000 Subject: [PATCH] added nesst --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c421db0..7fc3d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ keywords = ["python", "neutron", "fusion", "source", "openmc", "energy", "tokama dependencies = [ "numpy>=1.9", "matplotlib>=3.2.2", + "NeSST" ] [project.urls]