Skip to content

Commit fdf69e8

Browse files
authored
chore(dependencies): move devtools to pypi dependency (MODFLOW-ORG#2706)
Allows transitively installing devtools dependencies like tomli and boltons instead of including them separately
1 parent f6816ad commit fdf69e8

3 files changed

Lines changed: 341 additions & 70 deletions

File tree

environment.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ channels:
66

77
dependencies:
88
- python>=3.10
9-
- boltons
109
- appdirs
1110
- cffconvert
1211
- codespell
@@ -20,11 +19,11 @@ dependencies:
2019
- jupytext
2120
- matplotlib
2221
- meson>=1.3.1
23-
- modflow-devtools>=1.7.0
2422
- ninja
2523
- numpy
2624
- pip
2725
- pip:
26+
- modflow-devtools[test,dfn,models]>=1.7.0,<2
2827
- git+https://github.com/modflowpy/flopy.git
2928
- git+https://github.com/modflowpy/pymake.git
3029
- git+https://github.com/Deltares/xmipy.git
@@ -44,7 +43,5 @@ dependencies:
4443
- shapely
4544
- syrupy<5
4645
- test-drive
47-
- tomli>=2.2.1,<3
48-
- tomli-w>=1.2.0,<2
4946
- xarray
5047

0 commit comments

Comments
 (0)