Commit ea3bc24
committed
TSML/PyCaret woes: Downgrade to Python 3.10
On CI/GHA/Python 3.11, we receive this error:
ERROR automl_timeseries_forecasting_with_pycaret.py -
TypeError: descriptor '__call__' for 'type' objects doesn't apply
to a 'property' object
On the other hand, `ngr test topic/machine-learning/automl` works well
on our workstation on Python 3.10, so let's try that on CI as well.1 parent 710121f commit ea3bc24
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments