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 15, 2024
1 parent 4b13ebf commit 199a177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.15',
version='1.1.0',
description='Python library for running the anisotropic version of MAIRE+',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -33,6 +33,7 @@
url='https://github.com/ssc-maire/AniMAIRE-public',
keywords='anisotropic MAIRE+ atmospheric ionizing radiation dose rates cosmic rays ground level enhancements GLEs protons alpha particles neutrons effective ambient equivalent aircraft aviation Earth solar system sun space magnetic field',
install_requires=['numpy>=1.21.6',
'wheel>=0.41.2',
'pandarallel>=1.6.3',
'pandas>=1.3.5',
'ParticleRigidityCalculationTools>=1.5.4',
Expand All @@ -41,7 +42,6 @@
'spacepy>=0.3.0',
'tqdm>=4.65.0',
'plotly>=5.9.0',
'wheel>=0.41.2',
'numba>=0.57.1',
'metpy>=1.5.1',
'CosRayModifiedISO >= 1.2.3',
Expand Down

0 comments on commit 199a177

Please sign in to comment.