Corey Morris
commited on
Commit
·
73da8d6
1
Parent(s):
19c7c67
Updated dependencies
Browse files- dev_requirements.txt +4 -1
- requirements.txt +1 -3
dev_requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
# packages that are useful for local development and exploration, but are not needed for the deployed app
|
| 2 |
gradio_client
|
| 3 |
-
ipywidgets
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# packages that are useful for local development and exploration, but are not needed for the deployed app
|
| 2 |
gradio_client
|
| 3 |
+
ipywidgets
|
| 4 |
+
nbformat
|
| 5 |
+
# exploratory data analysis
|
| 6 |
+
seaborn
|
requirements.txt
CHANGED
|
@@ -8,6 +8,4 @@ statsmodels
|
|
| 8 |
numpy
|
| 9 |
matplotlib
|
| 10 |
|
| 11 |
-
|
| 12 |
-
seaborn
|
| 13 |
-
nbformat
|
|
|
|
| 8 |
numpy
|
| 9 |
matplotlib
|
| 10 |
|
| 11 |
+
|
|
|
|
|
|