add ipython to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,3 +3,4 @@ neuralprophet==0.9.0
|
|
3 |
pandas==2.2.3
|
4 |
streamlit==1.42.2
|
5 |
torch==2.6.0
|
|
|
|
3 |
pandas==2.2.3
|
4 |
streamlit==1.42.2
|
5 |
torch==2.6.0
|
6 |
+
ipython==8.12.3
|