Skip to content

Commit 576b882

Browse files
authored
Merge pull request Geosyntec#96 from phobson/restore-doc-build
set docenv pins as minima
2 parents 5f3a616 + 2bd6bb2 commit 576b882

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

docs/docenv.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@ name: grid
22
channels:
33
- conda-forge
44
dependencies:
5-
- csa
6-
- fiona
7-
- geopandas
8-
- gridgen
9-
- gridutils
10-
- ipykernel
11-
- ipython
12-
- ipywidgets
13-
- matplotlib
14-
- nbsphinx
15-
- nn
16-
- notebook
17-
- numpy
18-
- numpydoc
19-
- pandas
20-
- pandoc
21-
- pandocfilters
22-
- pip
23-
- pixman
24-
- pytest
25-
- pytest-mpl
26-
- pytest-pep8
27-
- python
28-
- rasterio
29-
- requests
30-
- scipy
31-
- shapely
32-
- urllib3
33-
- pytest-cache
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
3434
- pygridgen

0 commit comments

Comments
 (0)