Skip to content

Commit 1b802ec

Browse files
committed
Pin pystac to 1.4.0 for now
newer version of raster extension breaks tests. We'll need to work around overly strict version checking in pystac library or just not use extension classes and look for data in dicts directly, it's not realistic to expect all data and all software to always use compatible versions in any given installation. stac-utils/pystac#448
1 parent af66ed2 commit 1b802ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-env-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- jinja2
1515
- numpy
1616
- pandas
17-
- pystac >=1.1.0
17+
- pystac ==1.4.0
1818
- toolz
1919
- xarray ~=0.20.1
2020
- odc-geo >=0.2.0

0 commit comments

Comments
 (0)