Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneKras committed Jan 7, 2025
1 parent 2752064 commit 76144fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
13 changes: 12 additions & 1 deletion check_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,18 @@ def main():
missing_packages = set()

env_packages = get_packages_from_environment_yml(env_path)
ignored_packages = {"warnings", "uuid", "sys", "os", "copy"}
ignored_packages = {
"warnings",
"uuid",
"sys",
"os",
"copy",
"dask_geopandas",
"stac_geoparquet",
"pystac_client",
"dotenv",
"coclico",
}
for directory in directories:
for root, _, files in os.walk(directory):
for file in files:
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ dependencies:
- geopandas
- colorcet
- stac-geoparquet
- pip:
- damagescanner
# - pip:
# - coclico

0 comments on commit 76144fc

Please sign in to comment.