Skip to content

Commit

Permalink
Merge pull request #53 from lincc-frameworks/allow_recent_npd
Browse files Browse the repository at this point in the history
Unpin from a specific nested-pandas version
  • Loading branch information
dougbrn authored Sep 6, 2024
2 parents 0f37006 + 60aa120 commit f3b201e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.9"
dependencies = [
'nested-pandas==0.2.1',
'nested-pandas>=0.2.1,<0.3',
'numpy',
'dask>=2024.3.0',
'dask[distributed]>=2024.3.0',
Expand Down

0 comments on commit f3b201e

Please sign in to comment.