From d83bc0aeb2abd3d8d424cf8d4ae7c438cfb6c762 Mon Sep 17 00:00:00 2001 From: felicio93 Date: Tue, 18 Jun 2024 12:21:39 -0400 Subject: [PATCH] changed _get_raster_contour_single_window_and_yml_toml --- environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 553d892c..1ad8343a 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,7 @@ dependencies: - scipy - numba - numpy>=1.21 # numpy.typing - - matplotlib + - matplotlib>=3.8 - mpi4py - pyarrow - pytz diff --git a/pyproject.toml b/pyproject.toml index e68b9bdc..63217fa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ readme = "README.md" requires-python = '>=3.9' # 3.8 -> scipy dependencies = [ "colored-traceback", "fiona", "geopandas", - "jigsawpy", "matplotlib", "netCDF4", "numba", + "jigsawpy", "matplotlib>=3.8", "netCDF4", "numba", "numpy>=1.21", # introduce npt.NDArray "pyarrow", "rtree", "pyproj>=3.0", "rasterio", "scipy", "shapely", "triangle", "typing_extensions", "utm",