jithenderchoudary commited on
Commit
b123346
·
verified ·
1 Parent(s): 967e1fd

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Required dependencies
2
+ gradio==3.35.2
3
+ FreeCAD==0.19 # Ensure FreeCAD is installed and accessible
4
+ numpy==1.24.3
5
+ Path==7.0.3
6
+ pandas==2.1.0
7
+ jsonschema==4.10.0
8
+ Flask==2.3.3