Metadata-Version: 2.1
Name: hecalc
Version: 0.2.1
Summary: A tool for performing (U-Th)/He data reduction and uncertainty propagation
Author: Peter E. Martin
Author-email: peter.martin-2@colorado.edu
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: gui
Requires-Dist: PyQt5 (>=5.15.6,<6.0.0); extra == "gui"
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: openpyxl (>=3.0.3)
Requires-Dist: pandas (>=1.0.3)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: setuptools (>=41.2.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0); extra == "gui"
Requires-Dist: xlrd (>=1.2.0,<2.0.0); extra == "gui"
