NREL / buildstock-query

BuildStockQuery is a python library for querying datasets generated by ResStock™ and ComStock™.
https://nrel.github.io/buildstock-query/
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Move non-query dependencies to a developer section and relax version constraints #13

Closed asparke2 closed 1 year ago

asparke2 commented 1 year ago

Enhancement Request

I'd like to be able to import the core capabilities of buildstock-query into the comstockpostproc library by adding to the setup.py and installing via conda, but the extra dependencies required for the experimental dashboard features combined with the version constraints on the dependencies makes it so that conda can't find a workable dependency combination.

If you could 1) move as many non-core dependencies to the dev dependencies list and 2) reduce as many version constraints on the remaining runtime dependencies that would be much appreciated!