Spaces:
mashroo
/
Runtime error

YoussefAnso commited on
Commit
4e1955d
·
1 Parent(s): ed9df41

Update requirements.txt to include pydantic-core version 2.22.0 and remove pydantic version 2.19.3, ensuring compatibility with the latest dependencies.

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  huggingface-hub==0.19.4
2
  diffusers==0.24.0
3
  einops==0.7.0
@@ -18,5 +19,5 @@ xatlas
18
  ninja
19
  pymeshlab
20
  onnxruntime
21
- pydantic==2.19.3
22
- fastapi==0.99.0
 
1
+ pydantic-core==2.22.0
2
  huggingface-hub==0.19.4
3
  diffusers==0.24.0
4
  einops==0.7.0
 
19
  ninja
20
  pymeshlab
21
  onnxruntime
22
+
23
+