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
50 lines (47 loc) · 876 Bytes
/
environment.yml
File metadata and controls
50 lines (47 loc) · 876 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
48
49
50
name: modflow6
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
- 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
- git+https://github.com/MODFLOW-ORG/modflow-devtools.git
- pooch
- pyshp
- pytest!=8.1.0
- pytest-benchmark
- pytest-dotenv
- pytest-order
- pytest-xdist
- python
- rasterio
- rasterstats
- ruff
- scipy
- shapely
- syrupy
- test-drive
- tomli>=2.2.1,<3
- tomli-w>=1.2.0,<2
- xarray