File tree Expand file tree Collapse file tree 2 files changed +18
-29
lines changed Expand file tree Collapse file tree 2 files changed +18
-29
lines changed Original file line number Diff line number Diff line change @@ -2,33 +2,21 @@ name: grid
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - csa>=1.22.0
6
- - fiona>=1.7.13
7
- - geopandas>=0.4.0
8
- - gridgen>=1.51.5
9
- - gridutils>=1.0
10
- - ipykernel>=4.10.0
11
- - ipython>=6.5.0
12
- - ipywidgets>=7.4.2
13
- - matplotlib>=3.0.0
14
- - nbsphinx>=0.3.5
15
- - nn>=1.86.0
16
- - notebook>=5.7.0
17
- - numpy>=1.15.2
18
- - numpydoc>=0.8.0
19
- - pandas>=0.23.4
20
- - pandoc>=2.3
21
- - pandocfilters>=1.4.2
22
- - pip>=18.0
23
- - pixman>=0.34.0
24
- - pytest>=3.8.1
25
- - pytest-mpl>=0.10
26
- - pytest-pep8>=1.0.6
27
- - python>=3.6.6
28
- - rasterio>=1.0.6
29
- - requests>=2.19.1
30
- - scipy>=1.1.0
31
- - shapely>=1.6.4
32
- - urllib3>=1.23
33
- - pytest-cache>=1.0
5
+ - geopandas
6
+ - gridgen
7
+ - ipykernel
8
+ - ipython
9
+ - ipywidgets
10
+ - matplotlib
11
+ - nbsphinx
12
+ - notebook
13
+ - numpy
14
+ - numpydoc
15
+ - pandas
16
+ - pandoc
17
+ - pandocfilters
18
+ - pip
19
+ - python
20
+ - requests
21
+ - scipy
34
22
- pygridgen
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Tutorials
10
10
tutorial/01_GridgenBasics
11
11
tutorial/02_ShapefilesAndCellMasks
12
12
tutorial/03_MergingSpliting
13
+ tutorial/04_InteractiveWidgets
13
14
14
15
API Reference
15
16
-------------
You can’t perform that action at this time.
0 commit comments