diff --git a/pyproject.toml b/pyproject.toml index 3933278..9550702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ - "ubermagutil~=0.61.0", + "ubermagutil>=0.62.0", "pandas>=1.1", "matplotlib>=3.3", "jupyterlab~=3.0", diff --git a/setup.cfg b/setup.cfg index a3afe43..f4e3563 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ classifiers = packages = find: python_requires >= 3.8 install_requires = - ubermagutil~=0.61.0 + ubermagutil>=0.62.0 pandas>=1.1 matplotlib>=3.3 jupyterlab~=3.0