Skip to content

Commit

Permalink
Add openpyxl as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raar1 committed Jun 27, 2024
1 parent ba25985 commit ca45cde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = ["pandas"]
dependencies = [
"pandas",
"openpyxl"
]
description = "A collection of analytical and semi-semianalytical solutions for hydrogeological transport phenomena"
keywords = [
"groundwater",
Expand Down

0 comments on commit ca45cde

Please sign in to comment.