Skip to content

Commit 8429478

Browse files
committed
fix: stop upper bounding anndata because it handle pandas 3
1 parent 096b1fa commit 8429478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.11,<4.0"
1010
dependencies = [
1111
"anndata (>=0.11)",
1212
"numba (>=0.60)",
13-
"pandas (>=2.2.2,<3.0.0)",
13+
"pandas (>=2.2.2)",
1414
"scipy (>=1.13,<2.0.0)",
1515
"tqdm (>=4.67.1,<5.0.0)",
1616
"joblib (>=1.5.3,<2.0.0)",

0 commit comments

Comments
 (0)