hardik27 commited on
Commit
35c819b
·
verified ·
1 Parent(s): 14e041a

Fix to solve build error

Browse files
Files changed (1) hide show
  1. 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