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 fc37f92 commit 77f90e8
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',
'xmsinterp>=6.0.0',
]

Expand Down
2 changes: 1 addition & 1 deletion _package/xms/extractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .ugrid_2d_data_extractor import UGrid2dDataExtractor # NOQA: F401
from .ugrid_2d_polyline_data_extractor import UGrid2dPolylineDataExtractor # NOQA: F401

__version__ = '9.0.1'
__version__ = '9.0.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 XmsextractorConan(XmsConanFile):
description = 'Extractor 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',
'xmsinterp/[>=6.0.1 <7.0.0]@aquaveo/stable',
]
extra_export_sources = [
Expand Down

0 comments on commit 77f90e8

Please sign in to comment.