dependency fix
This commit is contained in:
@@ -15,7 +15,15 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"]
|
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]
|
[tool.ruff]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user