Spaces:
Sleeping
Sleeping
Fix to solve build error
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
pandas==2.0.0
|
| 2 |
python-dotenv==1.1.1
|
| 3 |
PyPDF2==3.0.1
|
|
|
|
| 1 |
+
#Fix to solve build error
|
| 2 |
+
setuptools<82.0.0
|
| 3 |
+
|
| 4 |
pandas==2.0.0
|
| 5 |
python-dotenv==1.1.1
|
| 6 |
PyPDF2==3.0.1
|