We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1009850 + 8e13c28 commit bd8393eCopy full SHA for bd8393e
pyproject.toml
@@ -22,7 +22,9 @@ dependencies = [
22
# We use internal pd._libs.missing and experimental ArrowExtensionArray
23
"pandas>=2.2.3,<2.4",
24
"pyarrow>=16", # remove struct_field_names() and struct_fields() when upgraded to 18+
25
- "universal_pathlib>=0.2",
+
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",
28
]
29
30
[project.urls]
0 commit comments