DeepDiveDev commited on
Commit
e1a4098
·
verified ·
1 Parent(s): 53d72d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -16
requirements.txt CHANGED
@@ -1,10 +1,4 @@
1
- streamlit
2
- transformers
3
- sentencepiece
4
- easyocr
5
- pillow
6
- torch
7
- tiktoken
8
  accelerate==0.34.2
9
  altair==5.4.1
10
  attrs==24.2.0
@@ -14,7 +8,7 @@ certifi==2024.8.30
14
  charset-normalizer==3.3.2
15
  click==8.1.7
16
  colorama==0.4.6
17
- easyocr==1.7.2
18
  filelock==3.16.1
19
  fsspec==2024.9.0
20
  gitdb==4.0.11
@@ -38,7 +32,7 @@ numpy==2.1.1
38
  opencv-python-headless==4.10.0.84
39
  packaging==24.1
40
  pandas==2.2.3
41
- pillow==10.4.0
42
  pip==24.0
43
  protobuf==5.28.2
44
  psutil==6.0.0
@@ -84,10 +78,9 @@ tzdata==2024.2
84
  urllib3==2.2.3
85
  verovio==4.3.1
86
  watchdog==4.0.2
87
- pip install --upgrade pip
88
- datasets
89
- huggingface-hub>=0.19
90
- hf-transfer>=0.1.4
91
- protobuf<4
92
- click<8.1
93
- pydantic~=1.0
 
1
+
 
 
 
 
 
 
2
  accelerate==0.34.2
3
  altair==5.4.1
4
  attrs==24.2.0
 
8
  charset-normalizer==3.3.2
9
  click==8.1.7
10
  colorama==0.4.6
11
+ easyocr==1.7.2 # Ensure this is the intended version
12
  filelock==3.16.1
13
  fsspec==2024.9.0
14
  gitdb==4.0.11
 
32
  opencv-python-headless==4.10.0.84
33
  packaging==24.1
34
  pandas==2.2.3
35
+ pillow==10.4.0 # Ensure this is the intended version
36
  pip==24.0
37
  protobuf==5.28.2
38
  psutil==6.0.0
 
78
  urllib3==2.2.3
79
  verovio==4.3.1
80
  watchdog==4.0.2
81
+ datasets
82
+ huggingface-hub>=0.19
83
+ hf-transfer>=0.1.4
84
+ protobuf<4
85
+ click<8.1
86
+ pydantic~=1.0