Mercury Genesys Token Calculator

This commit is contained in:
2026-08-07 14:49:39 -04:00
parent 22a5d907d6
commit 89b835d681
35 changed files with 14105 additions and 2912 deletions

View File

@@ -17,6 +17,14 @@ dependencies = [
"plotly>=5.18",
"numpy>=1.26",
"nbformat>=5.9",
"openpyxl>=3.1",
"mercury>=3.2",
"jupyterlab>=4.0",
"ipywidgets>=8.0",
"nbconvert>=7",
"tabulate>=0.9",
"pydantic>=2.5",
"PyYAML>=6.0",
]
[project.optional-dependencies]
@@ -46,4 +54,5 @@ ignore = ["E501"] # line length handled by formatter
[tool.ruff.lint.per-file-ignores]
"studies/*/notebooks/*.ipynb" = ["E402"]
"assessments/*/notebooks/*.ipynb" = ["E402"]
"calculators/*/notebooks/*.ipynb" = ["E402"]
"tests/*" = ["F401"]