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 2934ad9 commit 4c02f62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
url='https://github.com/ssc-maire/DoseAndFluxCalculator',
keywords = 'atmosphere radiation space weather cosmic rays spectrum alpha particles yield response dose rates ambient effective GLE sun solar aviation neutron monitor',
license='GNU General Public License v3.0',
install_requires=install_requires,
install_requires=['importlib_resources>=5.10.0',
'numpy>=1.21.6',
'pandas>=1.3.5',
'ParticleRigidityCalculationTools>=1.5.4',
'setuptools>=45.2.0'],
#install_requires,
setup_requires=['pytest-runner'],
tests_require=['pytest'],
test_suite='tests',
Expand Down

0 comments on commit 4c02f62

Please sign in to comment.