Skip to content

Commit 7effa95

Browse files
authored
Merge pull request #151 from jaladh-singhal/lsdb-dependecy-pinning
2 parents d4cfd94 + 62c85b3 commit 7effa95

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.binder/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ pyarrow>=10.0.1
1212
hpgeom
1313
pandas>=1.5.2
1414
dask[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
1816
psutil
1917
ray
2018
s3fs

tutorials/parquet-catalog-demos/irsa-hats-with-lsdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)