Closed gabrielgellner closed 2 weeks ago
@gabrielgellner: Thanks for reporting this. It is however a duplicate of #97, so I will close this one.
I am also working on a fix for #97 and a new release candidate will be available soon.
Duplicate of #97
In the
pyproject.toml
pandas is declared a optional dependency, as so does not get installed with apip install pysdmx
but in themodel/__init__.py
SeriesInfo
is imported which has a raw import of import pandas as pd meaning this will error if the user does not have pandas manually installed.Same for parsy.