Skip to content

Commit aa5408f

Browse files
committed
Remove Pandas special case.
1 parent 3139d5b commit aa5408f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ requires = [
2323
"lru_dict",
2424
"pillow",
2525
"numpy",
26-
# Pandas 2.2.2 doesn't publish ARM64 macOS wheels for Py 3.9 or 3.10
27-
"pandas != 2.2.2; python_version < '3.11'",
28-
"pandas; python_version >= '3.11'"
26+
"pandas",
2927
]
3028
test_requires = [
3129
"pytest",

0 commit comments

Comments
 (0)