[#2] downgrading pandas
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,6 +2,6 @@ pytorch-lightning==1.5.10
|
|
2 |
transformers==4.16.2
|
3 |
wandb==0.12.10
|
4 |
scikit-learn==1.0.2
|
5 |
-
pandas==1.
|
6 |
streamlit==1.7.0
|
7 |
watchdog==2.1.6
|
|
|
2 |
transformers==4.16.2
|
3 |
wandb==0.12.10
|
4 |
scikit-learn==1.0.2
|
5 |
+
pandas==1.3.5
|
6 |
streamlit==1.7.0
|
7 |
watchdog==2.1.6
|