Skip to content

Commit

Permalink
changed _get_raster_contour_single_window_and_yml_toml_3
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio93 committed Jun 18, 2024
1 parent 5475372 commit 15ab9c5
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 @@ -17,7 +17,7 @@ dependencies:
- scipy
- numba
- numpy>=1.21 # numpy.typing
- matplotlib>=3.9
- matplotlib>=3.8
- mpi4py
- pyarrow
- pytz
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readme = "README.md"
requires-python = '>=3.9' # 3.8 -> scipy
dependencies = [
"colored-traceback", "fiona", "geopandas",
"jigsawpy", "matplotlib>=3.9", "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",
Expand Down

0 comments on commit 15ab9c5

Please sign in to comment.