paragon-analytics
commited on
Commit
•
8fb9551
1
Parent(s):
01df1cf
Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
transformers==4.20.1
|
2 |
-
https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/detectron2-0.6%2Bcpu-cp38-cp38-linux_x86_64.whl
|
3 |
-
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
4 |
gradio==3.1.3
|
5 |
tensorflow==2.11.0
|
6 |
tensorflow_hub
|
@@ -10,7 +8,5 @@ spacy_streamlit
|
|
10 |
streamlit
|
11 |
torch==1.12.1
|
12 |
shap==0.41.0
|
13 |
-
transformers-interpret
|
14 |
numpy
|
15 |
-
scipy
|
16 |
-
torchvision
|
|
|
1 |
transformers==4.20.1
|
|
|
|
|
2 |
gradio==3.1.3
|
3 |
tensorflow==2.11.0
|
4 |
tensorflow_hub
|
|
|
8 |
streamlit
|
9 |
torch==1.12.1
|
10 |
shap==0.41.0
|
|
|
11 |
numpy
|
12 |
+
scipy
|
|