Skip to content

Commit

Permalink
Merge pull request #6 from santisoler/pandas-requirement
Browse files Browse the repository at this point in the history
Add pandas to setup.py as a requirement
  • Loading branch information
klaundal authored Oct 12, 2022
2 parents a61cc18 + 6c8d64e commit 1b445e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
],
install_requires=[
'numpy>=0.13.1',
'pandas',
],
package_dir={"": "src"},
package_data={'':['IGRF13.shc']},
Expand Down

0 comments on commit 1b445e4

Please sign in to comment.