From 75208be81947cc576f8183ce0c55a54b5f70fc80 Mon Sep 17 00:00:00 2001 From: giumas Date: Sat, 4 May 2024 14:15:57 +0200 Subject: [PATCH] bumped hyo2.bag dependency --- hdf_compass/utils/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hdf_compass/utils/__init__.py b/hdf_compass/utils/__init__.py index ecf194b..d9badcc 100644 --- a/hdf_compass/utils/__init__.py +++ b/hdf_compass/utils/__init__.py @@ -17,4 +17,4 @@ from hdf_compass.utils.utils import is_darwin, is_win, is_linux, url2path, path2url, data_url -__version__ = "0.7.b14" +__version__ = "0.7.b15" diff --git a/setup.py b/setup.py index 05a7740..18cbbc3 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def txt_read(*paths): setup_args['name'] = 'hdf_compass' # The adopted versioning scheme follow PEP40 -setup_args['version'] = '0.7.b12' +setup_args['version'] = '0.7.b15' setup_args['url'] = 'https://github.com/HDFGroup/hdf-compass/' setup_args['license'] = 'BSD-like license' setup_args['author'] = 'HDFGroup' @@ -102,7 +102,7 @@ def txt_read(*paths): setup_args['extras_require'] =\ { "GeoNodes": ["cartopy[plotting]", ], # required for visualization of GeoArray and GeoSurface nodes - "BAG": ["hyo2.bag>=1.1.2", ], # required by BAG plugin + "BAG": ["hyo2.bag>=1.2.4", ], # required by BAG plugin "OpenDAP": ["pydap>=3.2", ], # required by OpenDAP plugin, there is an issue # with pydap 3.2: https://github.com/pydap/pydap/issues/66 "ADIOS": ["adios>=1.9.1b19", ], # required by ADIOS plugin