Skip to content

Commit 8e13c28

Browse files
committed
pin universal_pathlib to <0.3
1 parent 1009850 commit 8e13c28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dependencies = [
2222
# We use internal pd._libs.missing and experimental ArrowExtensionArray
2323
"pandas>=2.2.3,<2.4",
2424
"pyarrow>=16", # remove struct_field_names() and struct_fields() when upgraded to 18+
25-
"universal_pathlib>=0.2",
25+
26+
# NOTE: package PINNED at <0.3.0, see https://github.com/astronomy-commons/lsdb/issues/1047
27+
"universal_pathlib>=0.2,<0.3.0",
2628
]
2729

2830
[project.urls]

0 commit comments

Comments
 (0)