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- 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 |
-
|
22 |
-
|
|
|
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 |
+
|