Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#17 add r5py #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python-docx
#pinned because of a dependency issue, this is otherwise not deliberately installer
#rasterio==1.3.10
#contextily
r5py
geopandas
seaborn
folium
Expand Down
26 changes: 24 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ comm==0.2.2
# via
# ipykernel
# ipywidgets
configargparse==1.7
# via r5py
configurable-http-proxy==0.3.0
# via -r requirements.in
contourpy==1.3.1
Expand Down Expand Up @@ -190,11 +192,14 @@ executing==2.1.0
# via stack-data
fastjsonschema==2.20.0
# via nbformat
filelock==3.17.0
# via r5py
fiona==1.10.1
# via
# -r requirements.in
# centerline
# geopandas
# r5py
folium==0.18.0
# via -r requirements.in
fonttools==4.55.0
Expand Down Expand Up @@ -223,6 +228,7 @@ geopandas==0.14.4
# libpysal
# momepy
# osmnx
# r5py
geopy==2.4.1
# via
# -r requirements.in
Expand Down Expand Up @@ -260,6 +266,8 @@ importlib-metadata==8.5.0
# via
# jupyter-cache
# myst-nb
importlib-resources==6.5.2
# via r5py
iniconfig==2.0.0
# via pytest
ipykernel==6.29.5
Expand Down Expand Up @@ -308,7 +316,11 @@ jinja2==3.1.4
# sphinx
# sqlfluff
joblib==1.4.2
# via scikit-learn
# via
# r5py
# scikit-learn
jpype1==1.5.2
# via r5py
json5==0.9.28
# via jupyterlab-server
jsonpickle==4.0.0
Expand Down Expand Up @@ -521,6 +533,7 @@ numpy==1.26.4
# pandas
# patsy
# pyerfa
# r5py
# scikit-learn
# scipy
# seaborn
Expand Down Expand Up @@ -551,6 +564,7 @@ packaging==24.2
# geopandas
# holoviews
# ipykernel
# jpype1
# jupyter-server
# jupyterhub
# jupyterlab
Expand Down Expand Up @@ -581,6 +595,7 @@ pandas==2.2.3
# osmnx
# pandas-bokeh
# panel
# r5py
# seaborn
# shap
# statsmodels
Expand Down Expand Up @@ -643,6 +658,7 @@ psutil==6.1.0
# via
# -r requirements.in
# ipykernel
# r5py
psycopg==3.2.3
# via -r requirements.in
psycopg2==2.9.10
Expand Down Expand Up @@ -685,7 +701,9 @@ pygments==2.18.0
pyparsing==3.2.0
# via matplotlib
pyproj==3.7.0
# via geopandas
# via
# geopandas
# r5py
pyproject-hooks==1.2.0
# via
# build
Expand Down Expand Up @@ -733,6 +751,8 @@ pyzmq==26.2.0
# jupyter-client
# jupyter-console
# jupyter-server
r5py==0.1.2
# via -r requirements.in
ratelim==0.1.6
# via geocoder
referencing==0.35.1
Expand All @@ -752,6 +772,7 @@ requests==2.32.3
# libpysal
# osmnx
# panel
# r5py
# requests-oauthlib
# sphinx
requests-oauthlib==2.0.0
Expand Down Expand Up @@ -802,6 +823,7 @@ shapely==2.0.6
# libpysal
# momepy
# osmnx
# r5py
six==1.16.0
# via
# asttokens
Expand Down