pandas is deprecating a lot of things. Running fmu-ensemble will produce the following warning with pandas 2.0 on python 3.11
...fmu/ensemble/realization.py:535: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '['EXIT: 1/Process exited with status code 1']' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.
status.loc[errorjobs, "errorstring"] = error_string
pandas is deprecating a lot of things. Running fmu-ensemble will produce the following warning with pandas 2.0 on python 3.11