Hello together, it seems that joblib has [removed the bytes_limit](https://joblib.readthedocs.io/en/latest/generated/joblib.Memory.html) keyword without incrementing the major as semver would suggest. This breaks [set_memory in context](https://github.com/cortex-lab/phy/blob/7a2494be37a47f26f1f87e1ad3e022823f0f3dd1/phy/utils/context.py#L99). This would be a good opprotunity to check the enviroment.yml and freeze the dependencies at their current version, to prevent this in the future. Cheers Einsied