Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
Fixes #352
  • Loading branch information
Gorkowski committed Nov 12, 2023
1 parent d24857e commit 123c6d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ keywords = [
"atmospheric", "particles", "climate", "aerosol", "particulate"
]

dependencies = ["numpy", "scipy", "pint", "hypersolver==0.0.8"]
dependencies = [
"numpy", "scipy", "pint", "hypersolver==0.0.8", "pandas",
"netCDF4", "shapely", "PyMieScatt", "tqdm", "pytz", "typing",
"matplotlib"
]

# This is set automatically by flit using `particula.__version__`
dynamic = ["version"]
Expand Down

0 comments on commit 123c6d8

Please sign in to comment.