Remove installation dependencies on pandas
and sqlalchemy
#251
Labels
part: dependencies
PRs that update a dependency file
type: enhancement
Issues and PRs related to improvements to existing features
We shouldn't require
pandas
orsqlalchemy
when installingcsp
. These should be removable by making the pandas extension optional and deferring the sqlalchemy adapter import.The text was updated successfully, but these errors were encountered: