Skip to content

Commit

Permalink
Remove unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Coles committed Jul 10, 2024
1 parent ca80b59 commit 784b802
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion epymorph/geo/adrio/census/adrio_census.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def fetch_acs5(self, variables: list[str], scope: CensusScope, year: int) -> Dat

def fetch_sf(self, scope: CensusScope) -> GeoDataFrame:
"""Utility function to fetch shape files from Census for specified regions."""
# call appropriate pygris function based on granularity and sort result
# call appropriate us_tiger function based on granularity and sort result
scope_year = scope.year
if not is_tiger_year(scope_year):
raise GeographyError(f"Unsupported year: {scope_year}")
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@ classifiers = [
dependencies = [
"matplotlib~=3.9.0",
"numpy~=1.26.4",
"pydantic~=2.7.4",
"sympy~=1.12.1",
"tomli-w~=1.0.0",
"psutil~=5.9.8",
"pandas~=2.2.2",
"geopandas~=0.14.4",
"census~=0.8.22",
"jsonpickle~=3.2.1",
"pygris~=0.1.6",
"shapely~=2.0.4",
"openpyxl~=3.1.4",
"platformdirs~=4.2.2",
"graphviz~=0.20.3",
]
Expand Down

0 comments on commit 784b802

Please sign in to comment.