Skip to content

Commit

Permalink
bumped hyo2.bag dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed May 4, 2024
1 parent 9aa7b1c commit 75208be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hdf_compass/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 75208be

Please sign in to comment.