Unverified Commit e1cc9ed1 authored by Austin Sanders's avatar Austin Sanders Committed by GitHub
Browse files

Change numpy version pin to 1.22 to resolve warnings (#5249)

* Changed numpy pin to 1.22

* updated changelog

* updated changelog
parent ad6b224a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ release.
- Updated documentation for `tgocassisrdrgen` to be more descriptive and accurate.
- Updated Geos from version 3.7 to 3.9 [#3627](https://github.com/DOI-USGS/ISIS3/issues/3627)
- Updated Ale to version 0.9.1 [#5209](https://github.com/DOI-USGS/ISIS3/pull/5209)
- Changed buildCondaRelease.py numpy version from 1.23 to 1.22 to resolve spiceinit warning messages [#5224](https://github.com/DOI-USGS/ISIS3/issues/5224)

### Added
- Instructions on setting `channel_priority=flexible` for isis environment manually during installation [#5158](https://github.com/DOI-USGS/ISIS3/issues/5158)
+1 −1
Original line number Diff line number Diff line
sed -i'.backup' "s/-DKAKADU_INCLUDE_DIR=[^[:space:]]*[[:space:]]//" recipe/build.sh
conda build recipe/ -c conda-forge -c usgs-astrogeology --numpy=1.23
conda build recipe/ -c conda-forge -c usgs-astrogeology --numpy=1.22
mv recipe/build.sh.backup recipe/build.sh