feat: requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
streamlit>=1.32.0
|
| 2 |
numpy>=1.21.0
|
| 3 |
pandas>=1.3.0
|
| 4 |
plotly>=5.18.0
|
|
@@ -9,3 +8,5 @@ ipython>=8.0.0
|
|
| 9 |
ipywidgets>=7.0.0
|
| 10 |
nbformat>=5.0.0
|
| 11 |
sympy>=1.8
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy>=1.21.0
|
| 2 |
pandas>=1.3.0
|
| 3 |
plotly>=5.18.0
|
|
|
|
| 8 |
ipywidgets>=7.0.0
|
| 9 |
nbformat>=5.0.0
|
| 10 |
sympy>=1.8
|
| 11 |
+
pykan
|
| 12 |
+
matplotlib
|