Alperen Göksel commited on
Commit ·
f1d00a1
1
Parent(s): 4567611
fix: add missing plotting dependencies (matplotlib, seaborn, pandas)
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,6 @@ torch
|
|
| 4 |
numpy
|
| 5 |
scikit-learn
|
| 6 |
sqlalchemy
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
numpy
|
| 5 |
scikit-learn
|
| 6 |
sqlalchemy
|
| 7 |
+
matplotlib
|
| 8 |
+
seaborn
|
| 9 |
+
pandas
|