Skip to content

Commit 3511416

Browse files
authored
Merge pull request #597 from astronomy-commons/dtj-version-pinning
Add strategic version pinning instructions
2 parents 2b7ffa6 + f468915 commit 3511416

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ dependencies = [
2323
"hats >=0.6.5",
2424
"numpy>=2.2.0,<3",
2525
"pandas>=2.0",
26+
27+
# NOTE: package PINNED at <21.0.0, see https://github.com/astronomy-commons/lsdb/issues/974
2628
"pyarrow>=14.0.1,!=19.0.0,<21.0.0; platform_system == 'Windows'",
29+
2730
"pyarrow>=14.0.1,!=19.0.0; platform_system != 'Windows'",
2831
"tqdm>=4.59.0",
29-
"universal-pathlib>=0.2.2",
32+
33+
# NOTE: package PINNED at <0.3.0, see https://github.com/astronomy-commons/lsdb/issues/1047
34+
"universal-pathlib>=0.2.2,<0.3.0",
3035
]
3136

3237
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)

0 commit comments

Comments
 (0)