fixing pandas at 2.2.1
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ accelerate==0.27.2
|
|
3 |
gradio==4.21.0
|
4 |
pyannote.audio==3.1.1
|
5 |
python-docx==0.8.11
|
6 |
-
pandas
|
7 |
python-dotenv
|
8 |
optimum
|
9 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
|
|
3 |
gradio==4.21.0
|
4 |
pyannote.audio==3.1.1
|
5 |
python-docx==0.8.11
|
6 |
+
pandas==2.2.1
|
7 |
python-dotenv
|
8 |
optimum
|
9 |
--extra-index-url https://download.pytorch.org/whl/cu121
|