diff --git a/pyproject.toml b/pyproject.toml index 555a914..58b043a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "text-stream>=0.2.0", "pyyaml>=6.0.1", "matplotlib>=3.8.2", + "numba>=0.58.1", ] requires-python = ">=3.11" readme = "README.md"