Skip to content

Commit

Permalink
build: explicitly specify tqdm as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Apr 24, 2024
1 parent bf6d552 commit a12a85f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ keywords = ["cryosphere", "antarctica", "arctic", "greenland", "maps", "plotting
dependencies = [
"pandas",
"openpyxl",
"pooch[progress]", # includes tqdm
"pooch",
"tqdm",
"verde>=1.8.0",
"xarray[io]", # includes netCDF4, h5netcdf, scipy, pydap, zarr, fsspec, cftime, rasterio, cfgrib, pooch
"harmonica>=0.6.0",
Expand Down

0 comments on commit a12a85f

Please sign in to comment.