rosyvs commited on
Commit
b5f9046
·
verified ·
1 Parent(s): 5a225c6

require pydantic 2.10.6

Browse files

attempting to fix this error:

Others on HF have reported it recently and there is not yet a fix
https://discuss.huggingface.co/t/internal-server-error-bool-not-iterable/149494/8
https://huggingface.co/spaces/cavargas10/TRELLIS-TextoBase3D/discussions/1
https://huggingface.co/spaces/agents-course/First_agent_template/discussions/251

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -3,3 +3,4 @@ moviepy==1.0.3
3
  pandas==1.1.3
4
  xlrd==1.2.0
5
  numpy==1.22.4
 
 
3
  pandas==1.1.3
4
  xlrd==1.2.0
5
  numpy==1.22.4
6
+ pydantic==2.10.6