cal-adapt / climakitae

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://climakitae.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Add statsmodels package to requirements.txt to pin readthedocs build #338

Closed elehmer closed 4 months ago

elehmer commented 4 months ago

Description of PR

ReadtheDocs build is failing on statsmodels requirement from xclim==0.42.0. For some reason it is trying older and older versions to find compatiable dask_expr package. Attempting to pin statsmodels==0.14.1 which was last successful build version.

Summary of changes and related issue

Relevant motivation and context

Dependencies required for this change?

Fixes # (issue), delete if not necessary

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist: