Skip to content

Commit

Permalink
Merge 5ad5c21 into f740b6f
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbb authored Mar 14, 2024
2 parents f740b6f + 5ad5c21 commit 801b9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/working_with_hipscat_and_lsdb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"object_cat_cone = object_cat.cone_search(\n",
" ra=315.0,\n",
" dec=-69.5,\n",
" radius=10.0,\n",
" radius_arcsec=10.0,\n",
")\n",
"\n",
"print(f\"Original Number of Objects: {len(object_cat._ddf)}\")\n",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dynamic=["version"]
dependencies = [
'pandas',
'numpy',
'dask>=2023.6.1',
'dask>=2023.6.1,<2024.3.0', # We currently do not support dask/dask-expr
'dask[distributed]',
'pyarrow',
'pyvo',
Expand Down

0 comments on commit 801b9ea

Please sign in to comment.