Spaces:
Runtime error
Runtime error
requirements: Install all packages from pandas
Browse filesSigned-off-by: Panchajanya1999 <rsk52959@gmail.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
pandas>=2.0.0
|
2 |
numpy
|
3 |
matplotlib
|
4 |
scikit-learn
|
|
|
1 |
+
pandas[all]>=2.0.0
|
2 |
numpy
|
3 |
matplotlib
|
4 |
scikit-learn
|