diff --git a/poetry.lock b/poetry.lock index 57aa7fc..164c216 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3824,4 +3824,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "80bc4b39d629fa1d44114826cb62c590576f61f7ba01c25734e402aaf19848f2" +content-hash = "df1f98fcc5e743c0f6bb021d388fd5c01eb85dc6c0c57043d00ff01f2cb20f5e" diff --git a/pyproject.toml b/pyproject.toml index e61c32c..2d12868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ sympy = "^1.12" matplotlib = "^3.8.3" seaborn = "^0.13.2" tqdm = "^4.66.5" +pandas = "^2.2.3" [tool.poetry.group.dev.dependencies] pytest = "^7.2.0" @@ -28,7 +29,6 @@ tox = "^4.11.1" types-tqdm = "^4.66.0.20240106" types-seaborn = "^0.13.2.20240311" jupyter = "^1.1.1" -pandas = "^2.2.3" [tool.poetry.group.docs.dependencies] mkdocs-material = "^9.2.7"