Skip to content

Commit

Permalink
added missing dask library
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis committed Feb 19, 2025
1 parent 197b63d commit d342408
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
package_data={"AniMAIRE":[
"anisotropic_MAIRE_engine/data/*.csv"
]},
version='1.2.1',
version='1.2.2',
description='Python library for running the anisotropic version of MAIRE+',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -55,7 +55,8 @@
'spaceweather >= 0.2.4',
'atmosphericRadiationDoseAndFlux >= 1.0.3',
'kpindex >= 2.0.0',
'ipywidgets >= 8.1.5'],
'ipywidgets >= 8.1.5',
'dask>=2025.1.0'],
#install_requires,
setup_requires=['pytest-runner','wheel'],
tests_require=['pytest'],
Expand Down

0 comments on commit d342408

Please sign in to comment.