Skip to content

Commit

Permalink
09 - functions and tests added - passed all test but pip, try fix 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio93 committed Aug 16, 2024
1 parent 78416e7 commit 800bcb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ dependencies:
- mpi4py
- pyarrow
- pytz
- colored-traceback
# - colored-traceback
- typing-extensions
- jigsawpy
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 800bcb5

Please sign in to comment.