Merge pull request from r-ryantm/auto-update/python3.7-osmnx

python37Packages.osmnx: 0.8.1 -> 0.9
This commit is contained in:
Silvan Mosberger 2019-03-29 20:25:47 +01:00 committed by GitHub
commit 52a97dcf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
pkgs/development/python-modules/osmnx

View File

@ -3,13 +3,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "osmnx"; pname = "osmnx";
version = "0.8.1"; version = "0.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gboeing"; owner = "gboeing";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1pn2v3dhbmb0yhqif9padg7x3sdx27pgfr95i3kxj4v0yrviaf9k"; sha256 = "1k3y5kl4k93vxaxyanc040x44s2fyyc3m1ndy2j3kg0037z8ad4z";
}; };
propagatedBuildInputs = [ geopandas descartes matplotlib networkx numpy pandas requests Rtree shapely folium scikitlearn scipy ]; propagatedBuildInputs = [ geopandas descartes matplotlib networkx numpy pandas requests Rtree shapely folium scikitlearn scipy ];