Skip to content

Commit 26855e7

Browse files
authored
chore(dependencies): exclude modflow-devtools 1.9.0 (#2725)
I borked devtools 1.9.0 MODFLOW-ORG/modflow-devtools#299, make sure we don't use it. Also add an upper bound.
1 parent 2ac89a2 commit 26855e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

etc/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
# codegen
1515
- boltons>=1.0
1616
- Jinja2>=3.0
17-
- modflow-devtools>=1.7.0
17+
- modflow-devtools>=1.7.0,!=1.9.0,<2
1818
- tomli
1919
- tomli-w
2020

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev = ["flopy[codegen,lint,test,optional,doc]", "tach"]
3737
codegen = [
3838
"Jinja2>=3.0",
3939
"boltons",
40-
"modflow-devtools>=1.7.0",
40+
"modflow-devtools>=1.7.0,!=1.9.0,<2",
4141
"tomli",
4242
"tomli-w"
4343
]
@@ -51,7 +51,7 @@ test = [
5151
"jupyter",
5252
"jupyter_client >=8.4.0", # avoid datetime.utcnow() deprecation warning
5353
"jupytext",
54-
"modflow-devtools>=1.7.0",
54+
"modflow-devtools>=1.7.0,!=1.9.0,<2",
5555
"pytest !=8.1.0",
5656
"pytest-benchmark",
5757
"pytest-cov",

0 commit comments

Comments
 (0)