Skip to content

Commit 9a8257c

Browse files
authored
Add pyproj to environment dependencies
PROJ library isn't picked up during.rtd build
1 parent e7d74ba commit 9a8257c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- nbconvert
1515
- notebook
1616
- numpy
17+
- pyproj
1718
- pytest
1819
- pytest-sugar
1920
- pytest-xdist
@@ -22,4 +23,4 @@ dependencies:
2223
- sphinx-copybutton
2324
- sphinx-book-theme>=1.0
2425
- wradlib >=2.4, <2.5
25-
- xarray >=2024.10.0
26+
- xarray >=2024.10.0

0 commit comments

Comments
 (0)