Skip to content

Commit bd8393e

Browse files
authored
Merge pull request #378 from lincc-frameworks/pin_univ_pathlib
pin universal_pathlib to <0.3
2 parents 1009850 + 8e13c28 commit bd8393e

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)