File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
tutorials/parquet-catalog-demos Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ pyarrow>=10.0.1
1212hpgeom
1313pandas >= 1.5.2
1414dask [distributed ]
15- lsdb >= 0.6.4
16- # indirect dependency workaround until https://github.com/astronomy-commons/lsdb/issues/1047 is resolved and picked up as out minimum version
17- universal_pathlib < 0.3
15+ lsdb >= 0.6.6
1816psutil
1917ray
2018s3fs
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ We will use lsdb to leverage HATS partitioning for performing fast spatial queri
4848
4949``` {code-cell} ipython3
5050# Uncomment the next line to install dependencies if needed.
51- # !pip install s3fs "lsdb>=0.6.4 " pyarrow pandas numpy astropy dask matplotlib "universal_pathlib<0.3"
51+ # !pip install s3fs "lsdb>=0.6.6 " pyarrow pandas numpy astropy dask matplotlib
5252```
5353
5454``` {code-cell} ipython3
You can’t perform that action at this time.
0 commit comments