mdaeron / D47crunch

Python library for processing and standardizing carbonate clumped-isotope analyses, from low-level data out of a dual-inlet mass spectrometer to final, “absolute” Δ47, Δ48, and Δ49 values with fully propagated analytical error estimates.
Other
8 stars 3 forks source link

missing depency: rich? #16

Closed timpol closed 11 months ago

timpol commented 11 months ago

Hi Mathieu,

I just installed the latest version of D47crunch in a new virtual env and encountered the following error when importing D47crunch:

AttributeError: module 'typer' has no attribute 'rich_utils'

It seems to have been resolved by installing the rich package.

Should this be added as a dependency in the .toml file?

mdaeron commented 11 months ago

Good catch, thanks. Corrected in v2.3.2.