Skip to content

Commit e7c8fab

Browse files
authored
Pin pandas to <2.3 (#1515)
SUMMARY: Pin the pandas dev dependency to less than 2.3.0 as that version only officially supports Python 3.10+ while we are still supporting Python 3.9. TEST PLAN: Internal run of integration/end-to-end tests started using Python 3.9: https://github.com/neuralmagic/llm-compressor-testing/actions/runs/15467744048 Signed-off-by: Domenic Barbuzzi <dbarbuzz@redhat.com>
1 parent e7c6ef4 commit e7c8fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def localversion_func(version: ScmVersion) -> str:
139139
"beautifulsoup4~=4.12.3",
140140
"cmarkgfm~=2024.1.14",
141141
"trl>=0.10.1",
142-
"pandas",
142+
"pandas<2.3.0",
143143
"torchvision",
144144
"librosa",
145145
"soundfile",

0 commit comments

Comments
 (0)