added pyarrow>=8.0.0 -> due to outdated package
#1
by
NiborKowon
- opened
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -15,6 +15,7 @@ numpy==1.22.1
|
|
| 15 |
pandas==1.4.0
|
| 16 |
openai==0.27.9
|
| 17 |
seaborn==0.11.2
|
|
|
|
| 18 |
#huggingface-hub==0.24.5
|
| 19 |
git+https://github.com/huggingface/huggingface_hub.git@main
|
| 20 |
xlsxwriter
|
|
|
|
| 15 |
pandas==1.4.0
|
| 16 |
openai==0.27.9
|
| 17 |
seaborn==0.11.2
|
| 18 |
+
pyarrow>=8.0.0
|
| 19 |
#huggingface-hub==0.24.5
|
| 20 |
git+https://github.com/huggingface/huggingface_hub.git@main
|
| 21 |
xlsxwriter
|