diff --git a/environment-dev.yml b/environment-dev.yml index 0605512c..71fcd7bf 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -27,4 +27,4 @@ dependencies: - pip: - lxml - ipytest - - pytensor_distributions>=0.1.2 + - pytensor_distributions>=0.2.0,<0.3.0 diff --git a/environment.yml b/environment.yml index 88a86dd9..e51a941c 100644 --- a/environment.yml +++ b/environment.yml @@ -9,4 +9,4 @@ dependencies: - numpy>=2.0 - scipy>=1.12 - pip: - - pytensor_distributions>=0.1.2 \ No newline at end of file + - pytensor_distributions>=0.2.0,<0.3.0 \ No newline at end of file diff --git a/preliz/__init__.py b/preliz/__init__.py index d089553c..ec5de6db 100644 --- a/preliz/__init__.py +++ b/preliz/__init__.py @@ -19,7 +19,7 @@ from preliz.internal.citations import citations -__version__ = "0.25.0" +__version__ = "0.26.0" # Allow legend outside plot in maxent to be included in the saved figure diff --git a/pyproject.toml b/pyproject.toml index 7a909357..f4100a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "matplotlib>=3.9", "numba>=0.62", "numpy>=2.0", - "pytensor_distributions>=0.1.2", + "pytensor_distributions>=0.2.0,<0.3.0", "scipy>=1.12" ]