Skip to content

Commit

Permalink
13 - functions and tests added - passed all test, ignore pip3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio93 committed Aug 16, 2024
1 parent 642ad07 commit 64ef63f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- fiona
- geopandas>=1.0.0
- utm
- scipy<=1.13
- scipy
- numba
- numpy>=1.21 # numpy.typing
- matplotlib>=3.8
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 64ef63f

Please sign in to comment.