Skip to content

Commit 9a823ff

Browse files
committed
try using rasterio < 1.4
1 parent 40ccd53 commit 9a823ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install requirements 📦
2525
run: |
2626
python3 -m pip install --upgrade pip
27-
pip3 install setuptools wheel cython
27+
pip3 install setuptools wheel
2828
pip3 install numpy gdal==`gdal-config --version`
2929
pip3 install -r requirements-dev.txt
3030
- name: Install package 📦

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pygeometa
1010
pyproj<3.5
1111
python-slugify
1212
pyyaml
13-
rasterio
13+
rasterio<1.4
1414
requests
1515
sqlalchemy
1616
unicodecsv

0 commit comments

Comments
 (0)