-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into lps_weights_docs
- Loading branch information
Showing
13 changed files
with
774 additions
and
961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,6 @@ dependencies: | |
# optional | ||
- geopandas>=0.7.0 | ||
- numba | ||
- xarray | ||
- joblib | ||
- zstd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: libpysal | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- jupyterlab | ||
- beautifulsoup4 | ||
- pandas | ||
- requests | ||
- jinja2 | ||
- numpydoc | ||
- nbsphinx | ||
- pandoc | ||
- sphinx>=1.4.3 | ||
- sphinxcontrib-bibtex | ||
- sphinx_bootstrap_theme>=0.7.0 | ||
- bokeh>=0.11.1 | ||
- folium>=0.2.1 | ||
- geojson>=1.3.2 | ||
- geopandas>=0.2 | ||
- matplotlib>=1.5.1 | ||
- mplleaflet>=0.0.5 | ||
- numba | ||
- numexpr | ||
- networkx | ||
- scikit-learn>=0.17.1 | ||
- seaborn>=0.7.0 | ||
- sqlalchemy | ||
- statsmodels>=0.6.1 | ||
- xarray | ||
- codecov | ||
- pytest | ||
- pytest-cov | ||
- descartes | ||
- mapclassify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "4.3.1" | ||
__version__ = "4.3.5" | ||
|
||
# __version__ has to be define in the first line | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.