Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis authored Mar 6, 2024
1 parent d91a34a commit 287aa67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
package_data={"AniMAIRE":[
"anisotropic_MAIRE_engine/data/*.csv"
]},
version='1.0.7',
version='1.0.8',
description='Python library for running the anisotropic version of MAIRE+',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -43,6 +43,7 @@
'plotly>=5.9.0',
'wheel>=0.41.2',
'numba>=0.57.1',
'metpy>=1.6.1',
'CosRayModifiedISO >= 1.2.3',
'AsympDirsCalculator >= 1.0.8',
'atmosphericRadiationDoseAndFlux >= 1.0.3'],
Expand Down

0 comments on commit 287aa67

Please sign in to comment.