Skip to content

Commit dc29f80

Browse files
authored
Add pandas dependency with version constraint
1 parent 0e2abbc commit dc29f80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ dependencies = [
3030
"returns == 0.24.0",
3131
"s3fs == 2024.9.0",
3232
"xarray == 2025.1.0",
33-
"zarr == 2.18.3"
33+
"zarr == 2.18.3",
34+
"pandas < 3.0"
3435
]
3536

3637
[dependency-groups]

0 commit comments

Comments
 (0)