We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ccd53 commit 9a823ffCopy full SHA for 9a823ff
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install requirements 📦
25
run: |
26
python3 -m pip install --upgrade pip
27
- pip3 install setuptools wheel cython
+ pip3 install setuptools wheel
28
pip3 install numpy gdal==`gdal-config --version`
29
pip3 install -r requirements-dev.txt
30
- name: Install package 📦
requirements.txt
@@ -10,7 +10,7 @@ pygeometa
10
pyproj<3.5
11
python-slugify
12
pyyaml
13
-rasterio
+rasterio<1.4
14
requests
15
sqlalchemy
16
unicodecsv
0 commit comments