From 68ec29fd3156027b8f918c2556cbfd9bd3174106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sierro?= Date: Mon, 20 Mar 2023 17:08:37 +0100 Subject: [PATCH] dependency fix --- pyproject.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af06840..6c67852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,15 @@ classifiers = [ ] requires-python = ">=3.10" keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"] -dependencies = ["numpy >= 1.23", "tomli", "numba", "pydantic", "tqdm"] +dependencies = [ + "numpy >= 1.23", + "scipy >= 1.9.0", + "matplotlib >= 3.5.0", + "tomli", + "numba", + "pydantic", + "tqdm", +] [tool.ruff] line-length = 100