diff --git a/pyproject.toml b/pyproject.toml index d82331d..9d99128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,10 @@ classifiers = [ "Operating System :: OS Independent" ] dependencies = [ - "alive_progress<=3.3.0", - "ipython<=9.6.0", - "mako<=1.3.10", - "porespy<=2.4.3" + "alive_progress", + "ipython", + "mako", + "porespy" ] requires-python = ">=3.12" diff --git a/src/pymm/__init__.py b/src/pymm/__init__.py index f843d84..6f1e958 100644 --- a/src/pymm/__init__.py +++ b/src/pymm/__init__.py @@ -2,4 +2,4 @@ Code version. """ -__version__ = "2025.10" +__version__ = "2026.04-pre"