Skip to content
Merged
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: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ dependencies = [
# We use internal pd._libs.missing and experimental ArrowExtensionArray
"pandas>=2.2.3,<2.4",
"pyarrow>=16", # remove struct_field_names() and struct_fields() when upgraded to 18+
"universal_pathlib>=0.2",

# NOTE: package PINNED at <0.3.0, see https://github.com/astronomy-commons/lsdb/issues/1047
"universal_pathlib>=0.2,<0.3.0",
]

[project.urls]
Expand Down