Skip to content

Commit

Permalink
extra-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepettinari committed Dec 19, 2024
1 parent db38601 commit 7a0d033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ description = "Design and analysis tools for LIBRA project"
license = {file = "LICENSE"}
requires-python = ">=3.6"
dynamic = ["version"]
dependencies = ["numpy", "pint", "scipy", "matplotlib", "sympy", "pandas", "openmc>=0.14.0", "h5py"]
dependencies = ["numpy", "pint", "scipy", "matplotlib", "sympy", "pandas"]

[project.optional-dependencies]
extra-feature = ["openmc>=0.14.0", "h5py"]
tests = ["pytest>=5.4.3", "pytest-cov", "nbconvert", "ipykernel"]

[tool.setuptools_scm]
Expand Down

0 comments on commit 7a0d033

Please sign in to comment.