tyrwh commited on
Commit
cd267f6
·
1 Parent(s): a44ba26

requirements.txt update

Browse files
Files changed (2) hide show
  1. old_requirements.txt +6 -0
  2. requirements.txt +52 -6
old_requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ pandas>=1.5.0
2
+ opencv-python>=4.7.0
3
+ numpy>=1.21.0
4
+ ultralytics>=8.0.0
5
+ torch>=2.0.0
6
+ Flask>=2.0.0
requirements.txt CHANGED
@@ -1,6 +1,52 @@
1
- pandas>=1.5.0
2
- opencv-python>=4.7.0
3
- numpy>=1.21.0
4
- ultralytics>=8.0.0
5
- torch>=2.0.0
6
- Flask>=2.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ blinker==1.9.0
2
+ build==1.2.2.post1
3
+ certifi==2025.7.14
4
+ charset-normalizer==3.4.2
5
+ click==8.2.1
6
+ contourpy==1.3.3
7
+ cycler==0.12.1
8
+ filelock==3.18.0
9
+ Flask==3.1.1
10
+ fonttools==4.59.0
11
+ fsspec==2025.7.0
12
+ idna==3.10
13
+ imageio==2.37.0
14
+ itsdangerous==2.2.0
15
+ Jinja2==3.1.6
16
+ kiwisolver==1.4.8
17
+ lazy_loader==0.4
18
+ MarkupSafe==3.0.2
19
+ matplotlib==3.10.3
20
+ mpmath==1.3.0
21
+ networkx==3.5
22
+ numpy==2.2.6
23
+ opencv-python==4.12.0.88
24
+ packaging==25.0
25
+ pandas==2.3.1
26
+ pillow==11.3.0
27
+ pip-tools==7.4.1
28
+ psutil==7.0.0
29
+ py-cpuinfo==9.0.0
30
+ pyparsing==3.2.3
31
+ pyproject_hooks==1.2.0
32
+ python-dateutil==2.9.0.post0
33
+ pytz==2025.2
34
+ PyYAML==6.0.2
35
+ redis==6.2.0
36
+ requests==2.32.4
37
+ scikit-image==0.25.2
38
+ scipy==1.16.0
39
+ setuptools==80.9.0
40
+ six==1.17.0
41
+ sympy==1.14.0
42
+ tifffile==2025.6.11
43
+ torch==2.7.1
44
+ torchvision==0.22.1
45
+ tqdm==4.67.1
46
+ typing_extensions==4.14.1
47
+ tzdata==2025.2
48
+ ultralytics==8.3.170
49
+ ultralytics-thop==2.0.14
50
+ urllib3==2.5.0
51
+ Werkzeug==3.1.3
52
+ wheel==0.45.1