Skip to content

Commit

Permalink
Merge pull request #31 from ImperialCollegeLondon/graphfcns
Browse files Browse the repository at this point in the history
Graphfcns
  • Loading branch information
barneydobson authored Feb 28, 2024
2 parents 27a704a + c529443 commit e9284f3
Show file tree
Hide file tree
Showing 12 changed files with 1,985 additions and 39 deletions.
11 changes: 10 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ affine==2.4.0
# via
# pysheds
# rasterio
annotated-types==0.6.0
# via pydantic
attrs==23.2.0
# via
# fiona
Expand Down Expand Up @@ -197,6 +199,10 @@ pre-commit==3.6.0
# via swmmanywhere (pyproject.toml)
pyarrow==14.0.2
# via swmmanywhere (pyproject.toml)
pydantic==2.5.3
# via swmmanywhere (pyproject.toml)
pydantic-core==2.14.6
# via pydantic
pyparsing==3.1.1
# via
# matplotlib
Expand Down Expand Up @@ -282,7 +288,10 @@ tqdm==4.66.1
# cdsapi
# swmmanywhere (pyproject.toml)
typing-extensions==4.9.0
# via mypy
# via
# mypy
# pydantic
# pydantic-core
tzdata==2023.4
# via pandas
urllib3==2.1.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [ # TODO definitely don't need all of these
"osmnx",
"pandas",
"pyarrow",
"pydantic",
"pysheds",
"pyswmm",
"PyYAML",
Expand Down
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ affine==2.4.0
# via
# pysheds
# rasterio
annotated-types==0.6.0
# via pydantic
attrs==23.2.0
# via
# fiona
Expand Down Expand Up @@ -157,6 +159,10 @@ pillow==10.2.0
# scikit-image
pyarrow==14.0.2
# via swmmanywhere (pyproject.toml)
pydantic==2.5.3
# via swmmanywhere (pyproject.toml)
pydantic-core==2.14.6
# via pydantic
pyparsing==3.1.1
# via
# matplotlib
Expand Down Expand Up @@ -223,6 +229,10 @@ tqdm==4.66.1
# via
# cdsapi
# swmmanywhere (pyproject.toml)
typing-extensions==4.9.0
# via
# pydantic
# pydantic-core
tzdata==2023.4
# via pandas
urllib3==2.1.0
Expand Down
Loading

0 comments on commit e9284f3

Please sign in to comment.