Skip to content

Commit

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

See merge request 3d/PandoraBox/pandora_plugins/plugin_mc-cnn!54
  • Loading branch information
lecontm committed Jun 25, 2024
2 parents 4e2a988 + 4d7c8bf commit 9fe37c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## 1.3.2 (June 2024)

### Changed
- Fix numpy version.


## 1.3.2a1 (June 2024)

### Changed
- Update setup.cfg file with new pandora version.

## 1.3.1a1 (June 2024)
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ setup_requires =

# Pandora plugin MC-CNN packages dependencies
install_requires =
numpy
MCCNN==1.2.3a1
pandora==1.6.1a2
numpy<2.0
MCCNN==1.2.*
pandora==1.6.*
xarray
json-checker

Expand Down

0 comments on commit 9fe37c1

Please sign in to comment.