Added neurokit2 package to requirements.
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
ecg-plot
|
| 2 |
gradio
|
| 3 |
matplotlib
|
|
|
|
| 4 |
Pillow
|
| 5 |
pydantic==2.10.6
|
| 6 |
torch
|
|
|
|
| 1 |
ecg-plot
|
| 2 |
gradio
|
| 3 |
matplotlib
|
| 4 |
+
neurokit2
|
| 5 |
Pillow
|
| 6 |
pydantic==2.10.6
|
| 7 |
torch
|