NREL / OpenOA

This library provides a framework for assessing wind plant performance using operational assessment (OA) methodologies that consume time series data from wind plants. The goal of the project is to provide an open source implementation of common data structures, analysis methods, and utility functions relevant to wind plant OA.
https://openoa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
193 stars 63 forks source link

Fix Dependency Version Pinning #244

Closed RHammond2 closed 1 year ago

RHammond2 commented 1 year ago

This PR correctly enables compatibility with Python 3.10.x by setting the maximum version to "<3.11". Similarly, any dependencies using the "<=" setting were corrected, and if no longer necessary, removed entirely.

Closes #240

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a2bb209) 63.30% compared to head (15a4855) 63.30%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop_v3 #244 +/- ## =========================================== Coverage 63.30% 63.30% =========================================== Files 28 28 Lines 3911 3911 =========================================== Hits 2476 2476 Misses 1435 1435 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.