From aa89b535a3daf13e91f10df5ac97376933958b90 Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Fri, 14 Jul 2023 17:09:34 -0700 Subject: [PATCH 1/2] Update environment-tests.yml --- tests/environment-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/environment-tests.yml b/tests/environment-tests.yml index 75815e4..b9f9bc7 100644 --- a/tests/environment-tests.yml +++ b/tests/environment-tests.yml @@ -7,7 +7,7 @@ dependencies: - isort - jupyterlab - nbqa - - osmnx=1.5.0 + - osmnx=1.5.1 - pillow - pre-commit - python=3.11.* From e2bdbcb553355bcf9de9cc03ddceac5ecdf7280e Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Fri, 14 Jul 2023 17:10:32 -0700 Subject: [PATCH 2/2] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 33253bf..ea18f6a 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - jupyterlab - - osmnx=1.5.0 + - osmnx=1.5.1 - pillow - python=3.11.* - python-igraph