Commit
·
4957916
1
Parent(s):
5f53ef7
Add pydantic version 2.10.6 to requirements.txt for enhanced data validation and parsing capabilities.
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
huggingface-hub == 0.21.1
|
|
|
|
|
2 |
diffusers==0.24.0
|
3 |
einops==0.7.0
|
4 |
Pillow==10.1.0
|
|
|
1 |
huggingface-hub == 0.21.1
|
2 |
+
pydantic==2.10.6
|
3 |
+
|
4 |
diffusers==0.24.0
|
5 |
einops==0.7.0
|
6 |
Pillow==10.1.0
|