Skip to content

Commit c5c5d58

Browse files
author
Zohar Karnin
committed
fix: Fixing broken dependency in tsfresh
tsfresh depends on statsmodel, but doesn't specify a version. It uses a functionality that is deprecated in version 0.13.0 and this causes the tests to fail. Fixing the issue by adding a dependency on statsmodel==0.12.2. This can be modified when tsfresh update their code to the new statsmodel API.
1 parent c1d0945 commit c5c5d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ scikit-learn==0.23.2
44
python-dateutil==2.8.0
55
pandas==1.2.4
66
tsfresh==0.18.0
7+
statsmodels==0.12.2

0 commit comments

Comments
 (0)