Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -4,5 +4,8 @@ pydantic>=2.6
|
|
| 4 |
pandas>=2.1
|
| 5 |
numpy>=1.26
|
| 6 |
gensim>=4.3
|
|
|
|
| 7 |
python-multipart>=0.0.9
|
| 8 |
-
ingredient-parser-nlp>=2.6
|
|
|
|
|
|
|
|
|
| 4 |
pandas>=2.1
|
| 5 |
numpy>=1.26
|
| 6 |
gensim>=4.3
|
| 7 |
+
inflect>=7.2
|
| 8 |
python-multipart>=0.0.9
|
| 9 |
+
ingredient-parser-nlp>=2.6
|
| 10 |
+
transformers>=4.41
|
| 11 |
+
torch>=2.2
|