Skip to content

Commit

Permalink
Update nested-dask to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Nov 6, 2024
1 parent 5015b9b commit 54bc236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"deprecated",
"hats>=0.4.2",
"lsst-sphgeom", # To handle spherical sky polygons
"nested-dask",
"nested-dask>=0.3.0",
"nested-pandas",
"pyarrow",
"scipy", # kdtree
Expand Down Expand Up @@ -87,4 +87,4 @@ omit=["src/lsdb/_version.py"]

[tool.mypy]
plugins = "pydantic.mypy"
disable_error_code = ["operator"]
disable_error_code = ["operator"]

0 comments on commit 54bc236

Please sign in to comment.