Skip to content

Commit

Permalink
Reduced numpy dep to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Feb 21, 2023
1 parent 284b795 commit 2672243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildCondaRelease.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sed -i'.backup' "s/-DKAKADU_INCLUDE_DIR=[^[:space:]]*[[:space:]]//" recipe/build.sh
conda build recipe/ -c conda-forge -c usgs-astrogeology --numpy=1.7
conda build recipe/ -c conda-forge -c usgs-astrogeology --numpy=1.23
mv recipe/build.sh.backup recipe/build.sh


2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ requirements:
- nlohmann_json
- ninja==1.7.2
- nn
- numpy=1.7
- numpy=1.23
- opencv>=4.5.2
- openssl>=1.1.1k
- pcl>=1.10.0
Expand Down

0 comments on commit 2672243

Please sign in to comment.