The build currently fails with the latest package versions. We should update everything and fix all issues.
Concretely, I got this from the powder analysis notebook:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 2
1 import numpy as np
----> 2 from easyscience.Objects.variable import Parameter
3 from easyscience.Objects.ObjectClasses import BaseObj
4 from easyscience.fitting import Fitter
ModuleNotFoundError: No module named 'easyscience.Objects'
The build currently fails with the latest package versions. We should update everything and fix all issues.
Concretely, I got this from the powder analysis notebook: