Spaces:
Runtime error
Runtime error
Fix: Add IPython to requirements
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -3,6 +3,9 @@ pandas
|
|
| 3 |
torch
|
| 4 |
transformers
|
| 5 |
plotly
|
| 6 |
-
|
| 7 |
fastapi
|
| 8 |
-
uvicorn[standard]
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
torch
|
| 4 |
transformers
|
| 5 |
plotly
|
| 6 |
+
granite-tsfm @ git+https://github.com/ibm-granite/granite-tsfm.git
|
| 7 |
fastapi
|
| 8 |
+
uvicorn[standard]
|
| 9 |
+
IPython
|
| 10 |
+
matplotlib
|
| 11 |
+
scipy
|