Skip to content

Commit

Permalink
add sgeop as a dep (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Oct 7, 2024
1 parent 54e9db6 commit 26184c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/py311_simplification-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- ipykernel
- jupyterlab
- matplotlib>=3.9
- momepy
- momepy>=0.8.1
- osmnx>=1.9.1
- pointpats>=2.3.0
- pip
Expand All @@ -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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"ipykernel",
"jupyterlab",
"matplotlib>=3.9",
"momepy",
"momepy>=0.8.1",
"osmnx>=1.9.1",
"pointpats>=2.3.0",
"pip",
Expand All @@ -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",
]


Expand Down

0 comments on commit 26184c0

Please sign in to comment.