We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbb956 commit 87cf3efCopy full SHA for 87cf3ef
.github/workflows/main.yml
@@ -265,11 +265,6 @@ jobs:
265
run: |
266
echo "/tmp/test_env/bin" >> $GITHUB_PATH
267
268
- - name: Patch odc-geo
269
- shell: bash
270
- run: |
271
- pip install "odc-geo>=0.4.7"
272
-
273
- name: Install in Edit mode
274
shell: bash
275
@@ -328,11 +323,6 @@ jobs:
328
323
329
324
330
325
331
332
333
334
335
336
326
- name: Install wheels for testing
337
327
338
tests/test-env-py310.yml
@@ -16,7 +16,7 @@ dependencies:
16
- numpy
17
- pandas
18
- toolz
19
- - odc-geo
+ - odc-geo >=0.4.7
20
- pystac ==1.9.0
21
- dask ==2023.12.0
22
- xarray ==2023.12.0
0 commit comments