Skip to content

Commit 49cd73c

Browse files
committed
Merge branch 'main' into alancleary/VCF-53
2 parents ce01c2b + 7be3e54 commit 49cd73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apis/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
"Programming Language :: Python :: 3.12",
4141
]
4242

43-
dependencies = ["pandas", "pyarrow>=14.0.1", "numpy"]
43+
dependencies = ["pandas<3", "pyarrow>=14.0.1", "numpy"]
4444

4545
[project.optional-dependencies]
4646
test = ["pytest", "tiledb"]

0 commit comments

Comments
 (0)