Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
ansys-mapdl-core
|
3 |
-
numpy
|
4 |
-
matplotlib
|
5 |
-
pyvista
|
|
|
1 |
+
gradio>=3.47.0
|
2 |
+
ansys-mapdl-core>=0.65.0
|
3 |
+
numpy>=1.24.4
|
4 |
+
matplotlib>=3.7.5
|
5 |
+
pyvista>=0.38.1
|