forked from MODFLOW-ORG/modflow6
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
47 lines (44 loc) · 821 Bytes
/
environment.yml
File metadata and controls
47 lines (44 loc) · 821 Bytes
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
name: modflow6
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.10
- appdirs
- cffconvert
- codespell
- filelock
- flaky
- fprettify
- fortran-language-server
- geopandas
- gitpython
- Jinja2>=3.1.5,<4
- jupytext
- matplotlib
- meson>=1.3.1
- ninja
- numpy
- pip
- pip:
- modflow-devtools[test,dfn,models]>=1.7.0,!=1.9.0,<2
- 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
- pooch
- pyshp
- pytest!=8.1.0
- pytest-benchmark
- pytest-dotenv
- pytest-order
- pytest-xdist
- python
- rasterio
- rasterstats
- ruff
- scipy
- shapely
- syrupy<5
- test-drive
- xarray