Skip to content

Commit

Permalink
Support numpy v2 (#119)
Browse files Browse the repository at this point in the history
Fixes #116
  • Loading branch information
tayden authored Oct 21, 2024
1 parent 46a8216 commit 1bb38e5
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 41 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- pip
run:
- python ~=3.9, <3.12
- numpy >=1.24.2, <2
- numpy >=1.24.2
- pytorch >=2.1.0, <3
- fsspec
- rasterio >=1.3.7, <2
Expand Down
87 changes: 48 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kom = "kelp_o_matic.cli:cli"

[tool.poetry.dependencies]
python = ">=3.9, <3.12"
numpy = ">=1.24.2,<2"
numpy = ">=1.24.2"
rasterio = ">=1.3.7,<2"
rich = ">=13.5,<14"
torch = ">=2.1.0,<3"
Expand Down

0 comments on commit 1bb38e5

Please sign in to comment.