Skip to content

Commit

Permalink
Changed xmsgrid dependency to before 8.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolinar authored and wdolinar committed Aug 25, 2022
1 parent d66bf35 commit 98854dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires = [
'numpy',
'xmscore>=6.0.0',
'xmsgrid>=7.0.0',
'xmsgrid>=7.0.0, <8.0.0',
]

version = __version__
Expand Down
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.2'
__version__ = '6.1.3'
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 <9.0.0]@aquaveo/stable",
"xmsgrid/[>=7.0.1 <8.0.0]@aquaveo/stable",
]

LIBRARY_NAME = XmsinterpConanFile.name

0 comments on commit 98854dd

Please sign in to comment.