bis-med-it / pysdmx

Your opinionated Python SDMX library
https://www.sdmx.io/tools/pysdmx/
Other
8 stars 2 forks source link

Pandas/Parsy are not an optional dependency #105

Closed gabrielgellner closed 2 weeks ago

gabrielgellner commented 2 weeks ago

In the pyproject.toml pandas is declared a optional dependency, as so does not get installed with a pip install pysdmx but in the model/__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.

sosna commented 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.

sosna commented 2 weeks ago

Duplicate of #97