Skip to content

Commit

Permalink
10 - functions and tests added - passed all test but pip3.09
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio93 committed Aug 16, 2024
1 parent 800bcb5 commit 8ef48de
Show file tree
Hide file tree
Showing 2 changed files with 2 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<=0.3.0
- typing-extensions
- jigsawpy
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license = {file = "LICENSE"}
readme = "README.md"
requires-python = '>=3.9' # 3.8 -> scipy
dependencies = [
# "colored-traceback",
"colored-traceback<=0.3.0",
"fiona", "geopandas>=1.0.0",
"jigsawpy", "matplotlib>=3.8", "netCDF4", "numba",
"numpy>=1.21", # introduce npt.NDArray
Expand Down

0 comments on commit 8ef48de

Please sign in to comment.