Spaces:
Sleeping
Sleeping
devjas1
commited on
Commit
·
faf7180
1
Parent(s):
7d201d1
FEAT(requirements): add seaborn to requirements for enhanced data visualization capabilities
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ numpy
|
|
| 5 |
pandas
|
| 6 |
pydantic
|
| 7 |
scikit-learn
|
|
|
|
| 8 |
scipy
|
| 9 |
streamlit
|
| 10 |
torch
|
|
|
|
| 5 |
pandas
|
| 6 |
pydantic
|
| 7 |
scikit-learn
|
| 8 |
+
seaborn
|
| 9 |
scipy
|
| 10 |
streamlit
|
| 11 |
torch
|