Skip to content

Commit

Permalink
chore(dependencies): update conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 10, 2025
1 parent f058122 commit b56d88b
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:

# lint
- cffconvert
- codespell>=2.2.2
- ruff

# test
Expand All @@ -23,29 +24,33 @@ dependencies:
- jupytext
- pip:
- git+https://github.com/MODFLOW-USGS/modflow-devtools.git
- tach
- pytest!=8.1.0
- pytest-benchmark
- pytest-cov
- pytest-dotenv
- pytest-xdist
- pyzmq>=25.1.2,
- syrupy
- virtualenv

# optional
- affine
- scipy
- descartes
- fiona
- geojson
- geopandas
- GitPython
- imageio
- netcdf4
- pooch
- pymetis
- pyproj
- pyshp
- pyvista
- rasterio
- fiona
- descartes
- pyproj
- rasterstats
- scipy
- shapely>=2.0
- geos
- geojson
- vtk
- rasterstats
- pyvista
- imageio
- pymetis
- xmipy

0 comments on commit b56d88b

Please sign in to comment.