Spaces:
Runtime error
Runtime error
Commit
Β·
99ac2f0
1
Parent(s):
ef62b3e
Add scikit
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,3 +5,4 @@ Pillow
|
|
| 5 |
boto3 # if you use AWS S3 for image storage (as in your Django project)
|
| 6 |
django-storages
|
| 7 |
whitenoise # static file handling (optional)
|
|
|
|
|
|
| 5 |
boto3 # if you use AWS S3 for image storage (as in your Django project)
|
| 6 |
django-storages
|
| 7 |
whitenoise # static file handling (optional)
|
| 8 |
+
scikit-learn
|