Skip to content

Commit

Permalink
Merge pull request #648 from DHI/matplotlib-mandatory
Browse files Browse the repository at this point in the history
Matplotlib mandatory
  • Loading branch information
ecomodeller authored Feb 13, 2024
2 parents 877c996 + ca28e52 commit 18d3b08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mikeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "1.8.dev0" # TODO use git hash instead for dev version?
__version__ = "1.7.1" # TODO use git hash instead for dev version?
# __version__ = "1.5.0"
__dfs_version__: int = 170

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ exclude = ["notebooks", "tests", "images"]

[project]
name="mikeio"
version="1.8.dev0"
version="1.7.1"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.22.0",
"pandas>=1.3",
"matplotlib>=3.6.0",
"scipy>=1.0",
"PyYAML",
"tqdm",
Expand Down Expand Up @@ -50,12 +51,11 @@ dev = ["pytest",
"pyproj",
"xarray",
"netcdf4",
"matplotlib",
"ruff",
"mypy==1.6.1",
]

test = ["pytest", "pytest-cov", "matplotlib!=3.5.0", "xarray","mypy==1.6.1","shapely","pyproj"]
test = ["pytest", "pytest-cov", "xarray","mypy==1.6.1","shapely","pyproj"]

notebooks= [
"nbformat",
Expand Down

0 comments on commit 18d3b08

Please sign in to comment.