Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
-
cadquery
|
4 |
-
PIL
|
5 |
ast
|
6 |
io
|
7 |
gradio
|
|
|
1 |
+
torch==2.5.1
|
2 |
+
transformers==4.49.0
|
3 |
+
cadquery==2.5.2
|
4 |
+
PIL==10.2.0
|
5 |
ast
|
6 |
io
|
7 |
gradio
|