From 42192bfb4957ec6d9a73eb91e473957509b5ebbe Mon Sep 17 00:00:00 2001 From: Stefano Segantin Date: Tue, 10 Dec 2024 10:58:00 -0500 Subject: [PATCH] + dependiencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61ab23b..fd70a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ description = "Design and analysis tools for LIBRA project" license = {file = "LICENSE"} requires-python = ">=3.6" dynamic = ["version"] -dependencies = ["numpy", "pint", "scipy", "matplotlib", "sympy", "pandas"] +dependencies = ["numpy", "pint", "scipy", "matplotlib", "sympy", "pandas", "openmc", "h5py"] [project.optional-dependencies] tests = ["pytest>=5.4.3", "pytest-cov", "nbconvert", "ipykernel"]