INTERSECT-SDK / python-sdk

Interconnected Science Ecosystem - Software Development Kit (INTERSECT-SDK)
https://intersect-python-sdk.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

make eval_type_backport an optional dependency #11

Closed jrmcgaha-dev closed 3 months ago

jrmcgaha-dev commented 3 months ago

Resolve issue #10 by making "eval_type_backport" a conditionally installed dependency in the pyproject.toml

Lance-Drane commented 3 months ago

Thanks @jrmcgaha-dev ! This fix looks good, just had to update the PDM version and run pdm lock -G:all on the command line.