NREL / ThermalNetwork

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Relax dependencies a little to improve interoperability #28

Closed vtnate closed 7 months ago

vtnate commented 7 months ago

Any background context you want to provide?

Urbanopt has dependency conflicts, specifically with Pandas. Relaxing these constraints will make it easier for all the projects that Urbanopt uses to play nicely together.

What does this PR accomplish?

Uses compatible versioning to maintain backward compatibility while allowing the newest mutual version to be used.

How should this be manually tested?

CI is sufficient

What are the relevant tickets?

https://github.com/urbanopt/urbanopt-cli/issues/459