jithenderchoudary commited on
Commit
3b188ec
·
verified ·
1 Parent(s): 3e540ba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- pip install OCP
2
  gradio==3.18.0
3
  numpy==1.23.3
4
  matplotlib==3.6.0
@@ -6,4 +5,6 @@ cadquery==2.3.0
6
  pyvista==0.38.1
7
  ansys-mapdl-core==0.68.0
8
  reportlab==3.6.3
 
 
9
 
 
 
1
  gradio==3.18.0
2
  numpy==1.23.3
3
  matplotlib==3.6.0
 
5
  pyvista==0.38.1
6
  ansys-mapdl-core==0.68.0
7
  reportlab==3.6.3
8
+ python -c "import OCP"
9
+ pip install OCP
10