Installation¶
Requirements¶
- Python >= 3.10
Install from PyPI¶
Dependencies¶
The following packages are installed automatically:
| Package | Minimum Version | Purpose |
|---|---|---|
| pandas | >= 2.0 | DataFrames for Daily and Sample records |
| numpy | >= 1.24 | Array operations |
| scipy | >= 1.10 | L-BFGS-B optimizer, interpolation, statistics |
| matplotlib | >= 3.7 | Plotting |
Development Install¶
Clone the repository and install with development dependencies:
To also install documentation dependencies: