Skip to content

Commit a964f15

Browse files
authored
chore(dependencies): unpin modflow-devtools (#2643)
1 parent 6705371 commit a964f15

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

etc/environment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ dependencies:
1414
# codegen
1515
- boltons>=1.0
1616
- Jinja2>=3.0
17+
- modflow-devtools>=1.7.0
1718
- tomli
1819
- tomli-w
19-
- pip:
20-
- git+https://github.com/MODFLOW-ORG/modflow-devtools.git
2120

2221
# lint
2322
- cffconvert
@@ -31,8 +30,8 @@ dependencies:
3130
- jupyter
3231
- jupyter_client>=8.4.0
3332
- jupytext
33+
- modflow-devtools>=1.7.0
3434
- pip:
35-
- git+https://github.com/MODFLOW-ORG/modflow-devtools.git
3635
- tach
3736
- pytest!=8.1.0
3837
- pytest-benchmark

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",
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",
5555
"pytest !=8.1.0",
5656
"pytest-benchmark",
5757
"pytest-cov",

0 commit comments

Comments
 (0)