added refractive index plot

This commit is contained in:
Benoît Sierro
2023-07-10 16:03:41 +02:00
parent 7b41673594
commit 3fbd8da66f
6 changed files with 98 additions and 124 deletions

View File

@@ -1,13 +1,13 @@
[project]
name = "dispersionapp"
version = "0.1.0"
version = "0.1.3"
description = "Model hollow capillary and revolver fiber interactively"
authors = [{ name = "Benoît Sierro", email = "benoit.sierro@unibe.ch" }]
dependencies = [
"scgenerator @ git+https://github.com/bsierro/scgenerator.git",
"click",
"pydantic",
"pydantic < 2",
"tomli",
"tomli_w",
"PySide6 >= 6.4.0",