Skip to content

Commit

Permalink
Pin pystac to 1.4.0 for now
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kirill888 committed Jul 24, 2022
1 parent af66ed2 commit 1b802ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-env-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- jinja2
- numpy
- pandas
- pystac >=1.1.0
- pystac ==1.4.0
- toolz
- xarray ~=0.20.1
- odc-geo >=0.2.0
Expand Down

0 comments on commit 1b802ec

Please sign in to comment.