Skip to content

Commit

Permalink
Updated rasterio version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchanchy committed Aug 23, 2023
1 parent 64bff83 commit 8781d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
python3 -m pip install torch torchvision torchaudio
python3 -m pip install -U scikit-image>=0.19.0
python3 -m pip install cdsapi
python3 -m pip install rasterio<=1.3.8
python3 -m pip install rasterio
python3 -m pip install petastorm
python3 -m pip install matplotlib
python3 -m pip install pydeck
Expand Down

0 comments on commit 8781d5f

Please sign in to comment.