Skip to content

Commit ebe6315

Browse files
authored
Unpin universal-pathlib (#406)
* Unpin universal-pathlib * Set minimum version * Lower minimum version
1 parent d82a63d commit ebe6315

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ dependencies = [
2525
"Deprecated>=1.2.0",
2626
"wrapt>=1.12.1",
2727
"fsspec>=2025.7.0",
28-
29-
# NOTE: package PINNED at <0.3.0, see https://github.com/astronomy-commons/lsdb/issues/1047
30-
"universal_pathlib>=0.2,<0.3.0",
28+
"universal_pathlib>=0.3.1",
3129
]
3230

3331
[project.urls]

0 commit comments

Comments
 (0)