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 59853e2 commit cc0af9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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__ = '8.0.0'
__version__ = '8.0.1'

0 comments on commit cc0af9d

Please sign in to comment.