forked from jdhughes-usgs/GW3099-2024
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
65 lines (61 loc) · 926 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: gw3099
channels:
- conda-forge
dependencies:
# primary dependencies
- python
- pip
- git
- ruff
# jupyter dependencies
- jupyter
- jupyterlab
- jupyterlab_execute_time
- jupytext
# class dependencies
- dataretrieval
- descartes
- filelock
- fiona
- geojson
- geopandas
- geos
- hvplot
- imageio
- ipywidgets
- matplotlib
- modflowapi
- modflow-devtools
- netcdf4
- numpy
- pandas>=2.2.0
- pooch
- openpyxl
- pyshp
- pestpp
- pyemu>=1.3.7
- pymetis
- pyproj
- pyvista
- pyyaml
- rasterio
- rasterstats
- rioxarray
- requests
- rtree
- scipy
- shapely
- statsmodels
- trame
- trame-client
- trame-server
- trame-vtk
- trame-vuetify
- uxarray
- vtk
- xlrd
- xarray
- xugrid
- pip:
# develop version for some last-minute prt-related fixes
- https://github.com/modflowpy/flopy/archive/develop.zip