From f362946329307e344785b720cb94917d25755bdf Mon Sep 17 00:00:00 2001 From: Swapneel Pathak Date: Fri, 20 May 2022 18:08:10 +0100 Subject: [PATCH] Relax version restrictions --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a0e6a9..28fdd7a 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 632e33d..1d1f1e6 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