Skip to content

Commit

Permalink
add new deps to environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 6, 2024
1 parent 64d4187 commit dffd27c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ dependencies:
- matplotlib>=1.4.0
- pandas>=2.0.0

# codegen
- boltons>=1.0
- Jinja2>=3.0
- pip:
- git+https://github.com/MODFLOW-USGS/modflow-devtools.git
- tomlkit

# lint
- cffconvert
- ruff
Expand All @@ -21,8 +28,6 @@ dependencies:
- jupyter
- jupyter_client>=8.4.0
- jupytext
- pip:
- git+https://github.com/MODFLOW-USGS/modflow-devtools.git
- pytest!=8.1.0
- pytest-benchmark
- pytest-cov
Expand Down

0 comments on commit dffd27c

Please sign in to comment.