fix failing develop pipe / (conflicting numba-pandas)
- Unfortunately the (approved) merge of "mergeZScoringMethods" caused develop pipeline to fail.
- This is due to
pandas.rolling
throwing a deprecation warning when running withnumba
engine and new numba version 0.57.0 - downgrading numba to previous versions however yields other conflicts down the line (numpy)
- this fix MR just deactivates numba jitting for rolling window application in table mode (only affects
flagZScoring
in multivariat mode with axis=1), until pandas adjusts to numbas deprecation warning