Skip to content

Commit

Permalink
satsync 0.0.3 release
Browse files Browse the repository at this point in the history
torch added.

now  we are less strict :d
  • Loading branch information
csaybar committed May 6, 2024
1 parent 4ce6ff1 commit 70af5a9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "satsync"
version = "0.0.2"
version = "0.0.3"
description = "A python package to align satellite images."
authors = ["Cesar Aybar <[email protected]>"]
repository = "https://github.com/csaybar/satsync"
Expand All @@ -12,13 +12,14 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
numpy = "^1.26.4"
xarray = "^2024.3.0"
rasterio = "^1.3.10"
scikit-image = "^0.23.2"
opencv-python = "^4.9.0.80"
pandas = "^2.2.2"
kornia = "^0.7.2"
numpy = ">=1.25.2"
xarray = ">=2023.7.0"
rasterio = ">=1.3.10"
scikit-image = ">=0.19.3"
opencv-python = ">=4.8.0.76"
pandas = ">=2.0.3"
kornia = ">=0.7.2"
torch = ">=2.2.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit 70af5a9

Please sign in to comment.