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
194 stars 63 forks source link

Review package requirements in setup.py #259

Closed jordanperr closed 8 months ago

jordanperr commented 12 months ago

The requirements in setup.py have become out of date and have too many extra dependencies in the core requrirements.

Some clear places to start:

RHammond2 commented 11 months ago

Here is the complete roundup from our discussion last week:

RHammond2 commented 11 months ago

It turns out that Dask is required for xarray to load in the reanalysis data, so I've updated xarray to be xarray[parallel] to be up to xarrays spec on that front, rather than managing it separately.

RHammond2 commented 11 months ago

This was addressed in #262, and once merged into main, will be closed.