From 26184c08b61e2c863200bec31c528aab0a7a167d Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Mon, 7 Oct 2024 06:00:09 -0400 Subject: [PATCH] add sgeop as a dep (#178) --- ci/py311_simplification-latest.yaml | 2 +- environment.yml | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/py311_simplification-latest.yaml b/ci/py311_simplification-latest.yaml index 3b49a6c..f6973e6 100644 --- a/ci/py311_simplification-latest.yaml +++ b/ci/py311_simplification-latest.yaml @@ -38,4 +38,4 @@ dependencies: - cityseer - parenx # from bleeding edge functionality - - git+https://github.com/pysal/momepy.git + - git+https://github.com/uscuni/sgeop.git diff --git a/environment.yml b/environment.yml index ab08ddd..6cdaaf8 100644 --- a/environment.yml +++ b/environment.yml @@ -15,7 +15,7 @@ dependencies: - ipykernel - jupyterlab - matplotlib>=3.9 - - momepy + - momepy>=0.8.1 - osmnx>=1.9.1 - pointpats>=2.3.0 - pip @@ -38,4 +38,4 @@ dependencies: - cityseer - parenx # from bleeding edge functionality - - git+https://github.com/pysal/momepy.git + - git+https://github.com/uscuni/sgeop.git diff --git a/pyproject.toml b/pyproject.toml index fbd3885..49d5cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "ipykernel", "jupyterlab", "matplotlib>=3.9", - "momepy", + "momepy>=0.8.1", "osmnx>=1.9.1", "pointpats>=2.3.0", "pip", @@ -65,7 +65,7 @@ dependencies = [ "cityseer", "parenx", # bleeding edge functionality - "momepy @ git+https://github.com/pysal/momepy.git", + "sgeop @ git+https://github.com/uscuni/sgeop.git", ]