stable version before big units breaking change

This commit is contained in:
Benoît Sierro
2023-09-25 10:31:51 +02:00
parent 9381ebe3f3
commit 2f9b5005a5
4 changed files with 84 additions and 91 deletions

View File

@@ -4,27 +4,27 @@ build-backend = "setuptools.build_meta"
[project]
name = "scgenerator"
version = "0.3.11"
version = "0.3.12"
description = "Simulate nonlinear pulse propagation in optical fibers"
readme = "README.md"
authors = [{ name = "Benoit Sierro", email = "benoit.sierro@iap.unibe.ch" }]
license = {file = "LICENSE"}
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: MIT",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.10"
keywords = ["nonlinear", "fiber optics", "simulation", "runge-kutta"]
dependencies = [
"numpy",
"scipy",
"matplotlib",
"tomli",
"tomli_w",
"numba",
"tqdm",
"pydantic",
"pydantic-settings",
"numpy",
"scipy",
"matplotlib",
"tomli",
"tomli_w",
"numba",
"tqdm",
"pydantic",
"pydantic-settings",
]
[tool.ruff]
@@ -40,4 +40,3 @@ line-length = 100
[tool.isort]
profile = "black"
skip = ["__init__.py"]