From a98854708fe2ac4ae9eccf2f8c547be7bf328e4e Mon Sep 17 00:00:00 2001 From: Christoph Rieke Date: Fri, 25 Aug 2023 15:23:46 +0200 Subject: [PATCH] upgrade app and package dependencies --- requirements.txt | 8 ++++---- streamlit-prettymapp/requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index b03f77f..7314229 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pandas==1.5.2 #osmnx subdependecies are partially unpinned -numpy==1.23.5 -matplotlib==3.6.2 -osmnx==1.2.3 \ No newline at end of file +pandas==2.0.3 #osmnx subdependecies are partially unpinned +numpy==1.25.2 +osmnx==1.6.0 +matplotlib==3.7.2 \ No newline at end of file diff --git a/streamlit-prettymapp/requirements.txt b/streamlit-prettymapp/requirements.txt index d558b17..c50a7cf 100644 --- a/streamlit-prettymapp/requirements.txt +++ b/streamlit-prettymapp/requirements.txt @@ -1,3 +1,3 @@ -streamlit==1.25.0 +streamlit==1.26.0 streamlit-image-select==0.6.0 -e ../prettymapp \ No newline at end of file