Skip to content

Commit fcb9379

Browse files
authored
chore(dependencies): exclude modflow-devtools 1.9.0 (#2716)
I borked devtools 1.9.0 MODFLOW-ORG/modflow-devtools#299, make sure we don't use it
1 parent 6407e9a commit fcb9379

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- numpy
2424
- pip
2525
- pip:
26-
- modflow-devtools[test,dfn,models]>=1.7.0,<2
26+
- modflow-devtools[test,dfn,models]>=1.7.0,!=1.9.0,<2
2727
- git+https://github.com/modflowpy/flopy.git
2828
- git+https://github.com/modflowpy/pymake.git
2929
- git+https://github.com/Deltares/xmipy.git

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ xmipy = "*"
4545
xugrid = "*"
4646

4747
[pypi-dependencies]
48-
modflow-devtools = { version = ">=1.7.0,<2", extras = ["test", "dfn", "models"] }
48+
modflow-devtools = { version = ">=1.7.0,!=1.9.0,<2", extras = ["test", "dfn", "models"] }
4949

5050
[feature.rtd.dependencies]
5151
numpy = "*"

0 commit comments

Comments
 (0)