Skip to content

Commit 1e43403

Browse files
Merge pull request #204 from eschwartz/patch-1
Maxar Demo: Fix pypgstac version
2 parents 13a9b50 + 476d478 commit 1e43403

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)