remove tomli dependency

This commit is contained in:
Benoît Sierro
2023-09-26 09:56:29 +02:00
parent b986baa640
commit ce24c1ff38
2 changed files with 6 additions and 101 deletions

View File

@@ -13,14 +13,12 @@ classifiers = [
"License :: OSI Approved :: MIT",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.10"
requires-python = ">=3.11"
keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"]
dependencies = [
"numpy",
"scipy",
"matplotlib",
"tomli",
"tomli_w",
"numba",
"tqdm",
"pydantic",