Skip to content

Commit

Permalink
Fix GDAL to 3.8.3 to avoid array size mis-match issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfore committed Apr 18, 2024
1 parent 0cbd0be commit 83dfa4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- python>=3.8
- asf_search
- dem_stitcher>=2.5.0
- gdal>=3.4.1
- gdal==3.8.3
- h5py
- joblib
- matplotlib
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
python>=3.8
asf_search
dem_stitcher>=2.5.0
gdal>=3.4.1
gdal==3.8.3
h5py
joblib
matplotlib
Expand Down

0 comments on commit 83dfa4f

Please sign in to comment.