remove tomli dependency
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user