Skip to content

Commit

Permalink
fix #180 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius authored Sep 26, 2024
1 parent 08dd0b5 commit b55330c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.6.1] - 2024-09-26
### Added
### Changed
### Deprecated
### Removed
### Fixed
- fixing `rasterio` to version <1.4.0 to allow 2d array transforms
### Security


## [0.6.0] - 2024-09-20
### Added
A logo with modifications in trademark guidelines in TRADEMARK.md and README.md.
Expand Down
2 changes: 1 addition & 1 deletion pyorc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""pyorc: free and open-source image-based surface velocity and discharge."""

__version__ = "0.6.0"
__version__ = "0.6.1"

from .api import *
from .project import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"pyproj",
"pythran; platform_machine == 'armv7l'",
"pyyaml",
"rasterio",
"rasterio<1.4.0",
"scikit-image",
"scipy",
"shapely",
Expand Down

0 comments on commit b55330c

Please sign in to comment.