Commit c5c5d58
Zohar Karnin
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
0 commit comments