Skip to content

Commit b228751

Browse files
authored
Merge pull request #279 from lincc-frameworks/pandas-2.3
Pandas 2.3
2 parents 9ab6f1d + f65268c commit b228751

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
@@ -20,7 +20,7 @@ requires-python = ">=3.9"
2020
dependencies = [
2121
"numpy>=2",
2222
# We use internal pd._libs.missing and experimental ArrowExtensionArray
23-
"pandas>=2.2.3,<2.3",
23+
"pandas>=2.2.3,<2.4",
2424
"pyarrow>=18",
2525
"universal_pathlib>=0.2",
2626
]

0 commit comments

Comments
 (0)