-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathenvironment.yml
More file actions
59 lines (57 loc) · 1.06 KB
/
environment.yml
File metadata and controls
59 lines (57 loc) · 1.06 KB
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
name: modflow6-examples
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.10
- boltons
- appdirs
- cffconvert
- codespell
- filelock
- flaky
- fprettify
- fortran-language-server
- geopandas
- gitpython
- Jinja2>=3.1.5,<4
- jupytext
- matplotlib<=3.9.4
- meson=1.7.1
- ninja
- numpy
- pip
- pip:
- git+https://github.com/modflowpy/flopy.git
- git+https://github.com/modflowpy/pymake.git
- git+https://github.com/Deltares/xmipy.git
- git+https://github.com/MODFLOW-ORG/modflowapi.git
# docs dependencies
- sphinx_markdown_tables
- nbsphinx_link
- rtds_action
- nbconvert==7.16.3
- nbsphinx
- ipython
- ipykernel
- sphinx-rtd-theme
- pygments>=2.4.1
- myst-parser
- modflow-devtools==1.7.0
- pooch
- pyshp
- pytest!=8.1.0
- pytest-benchmark
- pytest-dotenv
- pytest-order
- pytest-xdist
- python
- pyvista
- rasterio
- rasterstats
- ruff
- scipy
- shapely
- syrupy
- tomli>=2.2.1,<3
- tomli-w>=1.2.0,<2