Skip to content

Commit 147329a

Browse files
authored
Merge pull request #943 from jwgarber/pin-pandas
Pin pandas to 2.3.2
2 parents d542fc6 + da95a59 commit 147329a

2 files changed

Lines changed: 45 additions & 58 deletions

File tree

poetry.lock

Lines changed: 44 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ numpy = "==1.26.4"
2020
numba = ">=0.60.0"
2121
llvmlite = "*"
2222
scipy = "*"
23-
pandas = "*"
23+
pandas = "2.3.2"
2424
zarr = ">=2.18.3, <3.0.0"
2525
numcodecs = ">=0.13, <0.16"
2626
dask = {version="*", extras=["array"]}

0 commit comments

Comments
 (0)