forked from DOI-USGS/sfrmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gis.yml
64 lines (63 loc) · 1.24 KB
/
gis.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
name: gis
channels:
- conda-forge
- defaults
dependencies:
- python
- ipython
- jupyter
- jupyterlab
- notebook
- ipykernel
- pandas
- geopandas
- bottleneck # a collection of fast NumPy array functions written in C
- numba
- xarray
- pyarrow
- dask
- xlrd
- scipy
- matplotlib
- gdal
- fiona
- shapely
- rasterio
- rasterstats
- pyproj
- cartopy
- descartes
- netcdf4
- rtree
- lxml
- openpyxl
- pyshp
- pytest
- nbstripout
- pyyaml
- pylint
- rope # for refactoring
- codecov
- coverage
- flake8
- sphinx # for building documentation
- numpydoc
- nbsphinx # for rendering notebooks in sphinx-generated docs
- sphinx-copybutton
- sphinx_rtd_theme
- twine # for deploying packages to the pypi
- cookiecutter # templates for new packages
- doctr # for building documentation on Travis & deploying to gh-pages
- conda-build # for putting packages on Anaconda
- conda-verify # for putting packages on Anaconda
- anaconda-client # for putting packages on Anaconda
- pip
- pip:
- pytest-timeout
- isort # for sorting imports
- nbstripout # to skip tracking output cells in notebooks
- pre-commit # for pre-commit hooks
- versioneer
- git+https://github.com/modflowpy/flopy@develop
- gis-utils
- git+https://github.com/aleaf/modflow-export@develop