Skip to content

Commit 476d478

Browse files
authored
Maxar Demo: Fix pypgstac version
Fixes demo when used with docker-compose environment This pypgstac version must match the deployed pgstac db version.
1 parent 13a9b50 commit 476d478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/Maxar/eoAPI_Maxar_demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"**Items**: https://raw.githubusercontent.com/vincentsarago/MAXAR_opendata_to_pgstac/main/items_s3.json\n",
5757
"\n",
5858
"\n",
59-
"**Requirements**: `pypgstac==0.8.1`\n"
59+
"**Requirements**: `pypgstac==0.9.2`\n"
6060
]
6161
},
6262
{
@@ -68,7 +68,7 @@
6868
},
6969
"outputs": [],
7070
"source": [
71-
"!python -m pip install \"pypgstac[psycopg]==0.8.1\""
71+
"!python -m pip install \"pypgstac[psycopg]==0.9.2\""
7272
]
7373
},
7474
{

0 commit comments

Comments
 (0)