File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,24 +125,6 @@ or conda
125125conda install -c conda-forge python-kaleido
126126```
127127
128- ### Extended Geo Support
129-
130- Some plotly.py features rely on fairly large geographic shape files. The county
131- choropleth figure factory is one such example. These shape files are distributed as a
132- separate ` plotly-geo ` package. This package can be installed using pip...
133-
134- ```
135- pip install plotly-geo==1.0.0
136- ```
137-
138- or conda
139-
140- ```
141- conda install -c plotly plotly-geo=1.0.0
142- ```
143-
144- ` plotly-geo ` can be found on Github at https://github.com/plotly/plotly-geo .
145-
146128## Copyright and Licenses
147129
148130Code and documentation copyright 2019 Plotly, Inc.
Original file line number Diff line number Diff line change @@ -21,20 +21,17 @@ orjson
2121pandas == 1.4.0
2222pathlib
2323patsy == 0.5.6
24- plotly-geo
2524polars
2625pooch
2726psutil
2827pyarrow
29- pyshp == 2.1.2
3028python-frontmatter == 1.1.0
3129recommonmark
3230requests
3331scikit-image == 0.20.0
3432scikit-learn
3533scipy == 1.9.1
3634setuptools <= 81
37- shapely == 2.0.5
3835sphinx == 3.5.4
3936sphinx_bootstrap_theme
4037sphinxcontrib-applehelp == 1.0.2
Original file line number Diff line number Diff line change @@ -67,14 +67,11 @@ dev_optional = [
6767 " pandas" ,
6868 " pdfrw" ,
6969 " pillow" ,
70- " plotly-geo" ,
7170 " polars[timezone]" ,
7271 " pyarrow" ,
73- " pyshp" ,
7472 " pytz" ,
7573 " scikit-image" ,
7674 " scipy" ,
77- " shapely" ,
7875 " statsmodels" ,
7976 " vaex;python_version<='3.9'" ,
8077 " xarray"
You can’t perform that action at this time.
0 commit comments