We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a5e7f commit 9ed46abCopy full SHA for 9ed46ab
docs/environment.yml
@@ -4,6 +4,8 @@ channels:
4
dependencies:
5
- python=3.7
6
# dependencies
7
+- geopandas
8
+- libpysal
9
- numpy
10
- geopy
11
- matplotlib-base
readthedocs.yml
@@ -0,0 +1,9 @@
1
+version: 2
2
+formats: []
3
+conda:
+ environment: docs/environment.yml
+python:
+ version: 3
+ install:
+ - method: pip
+ path: .
0 commit comments