Skip to content

Commit

Permalink
make sure to install datacube with postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Nov 21, 2024
1 parent f1d1a3f commit 795d97e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dask[array]==2023.1.1
# via
# datacube
# distributed
datacube==1.9.0rc11
datacube[postgres]==1.9.0rc11
# via
# datacube-explorer (setup.py)
# eodatasets3
Expand Down Expand Up @@ -202,6 +202,8 @@ partd==1.3.0
# via dask
psutil==5.9.4
# via distributed
psycopg2==2.9.10
# via datacube
pygeofilter==0.2.4
# via datacube-explorer (setup.py)
pygeoif==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
install_requires=[
"cachetools",
"click",
"datacube>=1.9.0-rc11",
"datacube[postgres]>=1.9.0-rc11",
"eodatasets3 @ git+https://github.com/opendatacube/[email protected]",
"fiona",
"flask",
Expand Down

0 comments on commit 795d97e

Please sign in to comment.