$ uv add 'arviz>=1,<2'
× No solution found when resolving dependencies for split (markers: python_full_version >= '3.14' and sys_platform == 'win32'):
╰─▶ Because only nutpie[pymc]<=0.16.7 is available and nutpie==0.16.7 depends on arviz>=0.20.0,<1.0, we can conclude that nutpie[pymc]>=0.16.7 depends on arviz>=0.20.0,<1.0.
And because your project depends on arviz>=1 and nutpie[pymc]>=0.16.7, we can conclude that your project's requirements are unsatisfiable.
I glanced at the code, and it seems only InferenceData dependencies which were removed in arviz=1.
I glanced at the code, and it seems only InferenceData dependencies which were removed in arviz=1.