GeoscienceAustralia / dea-sandbox

Digital Earth Australia Sandbox config and planning
Apache License 2.0
13 stars 6 forks source link

Update Sandbox image packages #286

Closed robbibt closed 2 months ago

robbibt commented 2 months ago

This PR makes the following changes to our DEA Sandbox image:

github-actions[bot] commented 2 months ago

The container image has inefficient files.

github-actions[bot] commented 2 months ago

The container image has inefficient files.

emmaai commented 2 months ago

The error is due to typing-extension==4.5.0. I've temporarily removed pygeos as it tied all packages to a very low version because of geos c lib. I don't see any other things depending on this particular package. It also seems that gdal>=3.8 doesn't depend on curl any more.

github-actions[bot] commented 2 months ago

The container image has inefficient files.

robbibt commented 2 months ago

The error is due to typing-extension==4.5.0

Do you mean the integration test failure error here @emmaai? Do you have a suggested downgrade we would try?