From 800bcb560b7c9ee63d8cea4fda5df2b570890aa6 Mon Sep 17 00:00:00 2001 From: felicio93 Date: Fri, 16 Aug 2024 08:43:43 -0400 Subject: [PATCH] 09 - functions and tests added - passed all test but pip, try fix 3.10 --- environment.yml | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index abf882d..de90481 100644 --- a/environment.yml +++ b/environment.yml @@ -21,6 +21,6 @@ dependencies: - mpi4py - pyarrow - pytz - - colored-traceback + # - colored-traceback - typing-extensions - jigsawpy diff --git a/pyproject.toml b/pyproject.toml index 4195676..ee8de45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,8 @@ license = {file = "LICENSE"} readme = "README.md" requires-python = '>=3.9' # 3.8 -> scipy dependencies = [ - "colored-traceback", "fiona", "geopandas>=1.0.0", + # "colored-traceback", + "fiona", "geopandas>=1.0.0", "jigsawpy", "matplotlib>=3.8", "netCDF4", "numba", "numpy>=1.21", # introduce npt.NDArray "pyarrow", "rtree", "pyproj>=3.0", "rasterio", "scipy",