Update docker/requirements.txt
Browse files- docker/requirements.txt +5 -0
docker/requirements.txt
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==6.4.0
|
| 2 |
+
numpy
|
| 3 |
+
matplotlib
|
| 4 |
+
reportlab
|
| 5 |
+
pydantic
|