diff --git a/pyproject.toml b/pyproject.toml index a462e32..6bcc59a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ubermagtable" -version = "0.61.3" +version = "0.61.4" description = "Python package for manipulating tabular data." readme = "README.md" requires-python = ">=3.8" @@ -37,7 +37,7 @@ classifiers = [ ] dependencies = [ - "ubermagutil>=0.63.2", + "ubermagutil>=0.63.4", "pandas>=1.1", "matplotlib>=3.3", "ipywidgets>=7.5"