dependency fix

This commit is contained in:
Benoît Sierro
2023-03-20 17:08:37 +01:00
parent da42f47ca4
commit 68ec29fd31

View File

@@ -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