We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc2c50 commit 2832802Copy full SHA for 2832802
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
if [[ $UNAME == "linux" ]] && [[ ! "$PYTHON" =~ "3.8" ]]; then
80
pip install tensorflow\<2.3.0
81
pip install torch torchvision
82
- pip install tsfresh
+ pip install tsfresh statsmodels==0.11.1
83
fi
84
virtualenv testenv && source testenv/bin/activate
85
pip install -r requirements.txt && pip install pytest pytest-timeout
0 commit comments