Skip to content

Commit

Permalink
Version lock datacube-core
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubawy-ama committed Aug 12, 2021
1 parent 5148ad5 commit 39f4dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc_colab.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def odc_colab_init(
# Upgrade pip to do proper dependency resolution
_pip_install('pip', '--upgrade', verbose=verbose)
if install_datacube:
_check_pip_install('datacube', verbose=verbose)
_pip_install('datacube==1.8.3', verbose=verbose)

if install_ceos_utils:
_check_git_install('utils',
Expand Down

0 comments on commit 39f4dfe

Please sign in to comment.