Skip to content

Commit

Permalink
Increased xmsgrid version range to allow new file format.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolinar authored and wdolinar committed Aug 17, 2022
1 parent 0ed8ee5 commit d66bf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _package/xms/interp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .api.interpolator import interpolate_to_grid # NOQA: F401
from .api.interpolator import interpolate_to_points # NOQA: F401

__version__ = '6.1.1'
__version__ = '6.1.2'
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class XmsinterpConanFile(XmsConanFile):
description = 'Interpolation library for XMS products'
xms_dependencies = [
"xmscore/[>=6.0.1 <7.0.0]@aquaveo/stable",
"xmsgrid/[>=7.0.1 <8.0.0]@aquaveo/stable",
"xmsgrid/[>=7.0.1 <9.0.0]@aquaveo/stable",
]

LIBRARY_NAME = XmsinterpConanFile.name

0 comments on commit d66bf35

Please sign in to comment.