Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ pyarrow>=10.0.1
hpgeom
pandas>=1.5.2
dask[distributed]
lsdb>=0.6.4
# indirect dependency workaround until https://github.com/astronomy-commons/lsdb/issues/1047 is resolved and picked up as out minimum version
universal_pathlib<0.3
lsdb>=0.6.6
psutil
ray
s3fs
Expand Down
2 changes: 1 addition & 1 deletion tutorials/parquet-catalog-demos/irsa-hats-with-lsdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ We will use lsdb to leverage HATS partitioning for performing fast spatial queri

```{code-cell} ipython3
# Uncomment the next line to install dependencies if needed.
# !pip install s3fs "lsdb>=0.6.4" pyarrow pandas numpy astropy dask matplotlib "universal_pathlib<0.3"
# !pip install s3fs "lsdb>=0.6.6" pyarrow pandas numpy astropy dask matplotlib
```

```{code-cell} ipython3
Expand Down
Loading