Installation¶
Requirements¶
CometSpec requires Python 3.9 or later and depends on:
NumPy (≥1.22)
SciPy (≥1.7)
Pandas (≥1.5)
Matplotlib (≥3.5)
Astropy (≥5.0)
specutils (≥1.10)
sbpy (≥0.4)
emcee (≥3.1)
corner (≥2.2)
tqdm (≥4.60)
PyTables (
tables≥3.7)threadpoolctl (≥3.0)
multiprocess (≥0.70)
Install from PyPI¶
pip install cometspec
Install from source¶
Clone the repository and install:
git clone https://github.com/baltasarluco/CometSpec.git
cd CometSpec
pip install .
For development (editable install with test dependencies):
pip install -e ".[dev]"
Verify installation¶
import cometspec
print(cometspec.__version__)
# 0.1.0