jiani-huang commited on
Commit
7846f1a
·
1 Parent(s): 5b2f23d
Files changed (1) hide show
  1. requirements.txt +20 -31
requirements.txt CHANGED
@@ -1,32 +1,21 @@
1
- # Core UI / Spaces
2
- gradio>=4.0.0
3
- spaces>=0.24.0
4
-
5
- # Hugging Face stack
6
- transformers>=4.40.0
7
- huggingface-hub>=0.23.0
8
- safetensors>=0.4.2
9
- accelerate>=0.30.0
10
-
11
- # Extra libs used in your pipeline / scripts
12
- flax
13
- openai
14
-
15
- # spaCy + language detection + English large model
16
- spacy==3.7.2
17
- spacy_fastlang
18
- # Equivalent to: python -m spacy download en_core_web_lg
19
- https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1-py3-none-any.whl
20
-
21
- # Numeric / CV / utils
22
- numpy
23
- opencv-python
24
- pillow
25
- matplotlib
26
- seaborn
27
- pandas
28
- tqdm
29
- scikit-learn
30
  decord
31
- ffmpeg
32
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch==2.7.1
2
+ torchvision==0.22.1
3
+ opencv-python==4.10.0.84
4
+ matplotlib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  decord
6
+ seaborn
7
+ pandas
8
+ numpy==1.26.4
9
+ ipywidgets
10
+ tqdm
11
+ scikit-learn
12
+ openai
13
+ jax
14
+ flax
15
+ gradio
16
+ huggingface_hub
17
+ transformers==4.46.2
18
+ spacy==3.8.7
19
+ spacy-fastlang==2.1.0
20
+ en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0.tar.gz
21
+ ffmpeg-python