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 f8ae0cf commit 8df056c
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 @@ -20,7 +20,7 @@
setup(
name='AniMAIRE',
packages=find_packages(exclude='pytests'),
version='1.0.5',
version='1.0.6',
description='Python library for running the anisotropic version of MAIRE+',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -32,7 +32,7 @@
install_requires=['numpy>=1.21.6',
'pandarallel>=1.6.3',
'pandas>=1.3.5',
'ParticleRigidityCalculationTools>=1.5.3',
'ParticleRigidityCalculationTools>=1.5.4',
'scipy>=1.7.3',
'setuptools>=45.2.0',
'spacepy>=0.3.0',
Expand Down

0 comments on commit 8df056c

Please sign in to comment.