Skip to content

Commit

Permalink
Merge branch 'release' into 'master'
Browse files Browse the repository at this point in the history
Release 1.6.1

See merge request 3d/PandoraBox/pandora!351
  • Loading branch information
lecontm committed Jun 25, 2024
2 parents eafaf86 + 6f5a21b commit ca12af7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.6.1 (June 2024)

### Changed
- Fix numpy version.

## 1.6.1a2 (June 2024)

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ setup_requires =

# Pandora packages dependencies
install_requires =
numpy
numpy<2.0
xarray>=0.13.0
scipy
rasterio
Expand Down Expand Up @@ -76,10 +76,10 @@ dev =
build

sgm =
pandora_plugin_libsgm==1.5.1a2
pandora_plugin_libsgm==1.5.*

mccnn =
pandora_plugin_mccnn==1.3.2a1
pandora_plugin_mccnn==1.3.*

docs =
sphinx
Expand Down

0 comments on commit ca12af7

Please sign in to comment.