Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ dependencies:
- pip:
- lxml
- ipytest
- pytensor_distributions>=0.1.2
- pytensor_distributions>=0.2.0,<0.3.0
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- numpy>=2.0
- scipy>=1.12
- pip:
- pytensor_distributions>=0.1.2
- pytensor_distributions>=0.2.0,<0.3.0
2 changes: 1 addition & 1 deletion preliz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

Expand Down
Loading