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 8f11a47 commit 0a13d00
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package_data={"AsympDirsCalculator":["magcos_running_scripts/runNoRewriteMAGCOSsimulation.sh",
"magcos_running_scripts/AsymptoticDirection.g4mac",
]},
version='1.0.7',
version='1.0.8',
description='Python library containing tools for calculating asymptotic directions and vertical cut-off rigidities.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -30,7 +30,13 @@
url='https://github.com/ssc-maire/AsymptoticDirectionsCalculator-public',
keywords = 'space physics earth asymptotic trajectory geomagnetic rigidity magnetocosmics',
license='GNU General Public License v3.0',
install_requires=install_requires,
install_requires= ['numpy>=1.21.6',
'pandas>=1.3.5',
'setuptools>=45.2.0',
'tqdm>=4.30.0',
'joblib>=1.2.0',
'wheel>=0.38.4'],
#install_requires,
setup_requires=['pytest-runner','wheel'],
tests_require=['pytest'],
)

0 comments on commit 0a13d00

Please sign in to comment.