Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ scikit-learn==1.3.1
|
|
9 |
pandas==2.0.3
|
10 |
timm==0.4.12
|
11 |
numpy==1.23.1
|
12 |
-
einops==0.7.0
|
13 |
fvcore==0.1.5.post20221221
|
14 |
transformers==4.34.0
|
15 |
sentencepiece==0.1.99
|
@@ -34,4 +34,4 @@ infinibatch==0.1.1
|
|
34 |
gradio==3.42.0
|
35 |
git+https://github.com/arogozhnikov/einops.git
|
36 |
git+https://github.com/MaureenZOU/detectron2-xyz.git
|
37 |
-
git+https://github.com/openai/whisper.git
|
|
|
9 |
pandas==2.0.3
|
10 |
timm==0.4.12
|
11 |
numpy==1.23.1
|
12 |
+
# Removed einops==0.7.0 to avoid conflict with git version
|
13 |
fvcore==0.1.5.post20221221
|
14 |
transformers==4.34.0
|
15 |
sentencepiece==0.1.99
|
|
|
34 |
gradio==3.42.0
|
35 |
git+https://github.com/arogozhnikov/einops.git
|
36 |
git+https://github.com/MaureenZOU/detectron2-xyz.git
|
37 |
+
git+https://github.com/openai/whisper.git
|