Skip to content

Commit

Permalink
Update poetry.lock and pyproject.toml to include pandas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsferreira committed Jan 3, 2025
1 parent c05f191 commit 4f9265e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 4f9265e

Please sign in to comment.