Skip to content

Commit

Permalink
gen -> codegen dep group
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 29, 2024
1 parent 435d7f4 commit 2d98e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies = [
dynamic = ["version", "readme"]

[project.optional-dependencies]
dev = ["flopy[gen,lint,test,optional,doc]"]
gen = [
dev = ["flopy[codegen,lint,test,optional,doc]"]
codegen = [
"boltons>=1.0",
"Jinja2>=3.0"
]
Expand Down

0 comments on commit 2d98e05

Please sign in to comment.