Mercury Genesys Token Calculator
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user