Updates to comparator and libraries

This commit is contained in:
Carlos Felix 2024-12-06 09:57:31 -05:00 committed by Carlos Felix
commit 2f97674413
3 changed files with 229 additions and 173 deletions

View file

@ -60,6 +60,11 @@ seaborn = "^0.11.2"
papermill = "^2.3.4"
jupyterlab = "^3.6.7"
[tool.poetry.group.test.dependencies]
openpyxl = "^3.1.5"
pytest-snapshot = "^0.9.0"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]