Skip to content

Commit b4c3a70

Browse files
committed
update docs page to use same versions as docs
1 parent a2236ee commit b4c3a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/python/county-choropleth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Run the following commands to install the correct versions of the following modu
4747

4848
```python
4949
!pip install plotly-geo==1.0.0
50-
!pip install geopandas==0.3.0
51-
!pip install pyshp==1.2.10
52-
!pip install shapely==1.6.3
50+
!pip install geopandas==0.8.1
51+
!pip install pyshp==2.1.2
52+
!pip install shapely==1.7.1
5353
```
5454

5555
If you are using Windows, follow this post to properly install geopandas and dependencies: http://geoffboeing.com/2014/09/using-geopandas-windows/. If you are using Anaconda, do not use PIP to install the packages above. Instead use conda to install them:

0 commit comments

Comments
 (0)