Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -7,3 +7,4 @@ scipy==1.10.1 # Optional, if your model uses scipy internally
|
|
7 |
scikit-learn==1.2.2 # Optional, for additional utilities if needed
|
8 |
albumentations==1.3.0 # For image augmentations
|
9 |
nltk==3.8.1 # For natural language processing (e.g., word_tokenize)
|
|
|
|
7 |
scikit-learn==1.2.2 # Optional, for additional utilities if needed
|
8 |
albumentations==1.3.0 # For image augmentations
|
9 |
nltk==3.8.1 # For natural language processing (e.g., word_tokenize)
|
10 |
+
spacy==3.5.0 # For spaCy (adjust version based on your needs)
|