Skip to content

Commit f3b201e

Browse files
authored
Merge pull request #53 from lincc-frameworks/allow_recent_npd
Unpin from a specific nested-pandas version
2 parents 0f37006 + 60aa120 commit f3b201e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
dynamic = ["version"]
1717
requires-python = ">=3.9"
1818
dependencies = [
19-
'nested-pandas==0.2.1',
19+
'nested-pandas>=0.2.1,<0.3',
2020
'numpy',
2121
'dask>=2024.3.0',
2222
'dask[distributed]>=2024.3.0',

0 commit comments

Comments
 (0)