From 64ef63f1106c0fa9e11debc5da1b7644daa850bf Mon Sep 17 00:00:00 2001 From: felicio93 Date: Fri, 16 Aug 2024 10:51:09 -0400 Subject: [PATCH] 13 - functions and tests added - passed all test, ignore pip3.9 --- environment.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index f3273a2..6de268b 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - fiona - geopandas>=1.0.0 - utm - - scipy<=1.13 + - scipy - numba - numpy>=1.21 # numpy.typing - matplotlib>=3.8 diff --git a/pyproject.toml b/pyproject.toml index d5707e1..aaa9146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,10 +22,10 @@ readme = "README.md" requires-python = '>=3.9' # 3.8 -> scipy dependencies = [ "colored-traceback<=0.3.0", - "fiona", "geopandas>=1.0.0","scipy<=1.13", + "fiona", "geopandas>=1.0.0", "jigsawpy", "matplotlib>=3.8", "netCDF4", "numba", "numpy>=1.21", # introduce npt.NDArray - "pyarrow", "rtree", "pyproj>=3.0", "rasterio", + "pyarrow", "rtree", "pyproj>=3.0", "rasterio", "scipy", "shapely", "triangle", "typing_extensions", "utm", ] dynamic = ["version"]