Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
|
|
|
|
|
2 |
transformers
|
3 |
tensorflow
|
|
|
1 |
+
fastai==2.7.4
|
2 |
+
huggingface_hub[fastai]
|
3 |
+
fastcore>=1.3.27
|
4 |
transformers
|
5 |
tensorflow
|