Commit
·
ed9df41
1
Parent(s):
a241cee
Update requirements.txt to include pydantic version 2.19.3 and fastapi version 0.99.0, ensuring compatibility with the latest features and improvements.
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -17,4 +17,6 @@ trimesh
|
|
17 |
xatlas
|
18 |
ninja
|
19 |
pymeshlab
|
20 |
-
onnxruntime
|
|
|
|
|
|
17 |
xatlas
|
18 |
ninja
|
19 |
pymeshlab
|
20 |
+
onnxruntime
|
21 |
+
pydantic==2.19.3
|
22 |
+
fastapi==0.99.0
|