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

requirements.txt switched to pipreqs

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -46
requirements.txt CHANGED
@@ -1,52 +1,9 @@
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
 
 
 
 
 
 
 
 
 
1
  Flask==3.1.1
2
+ numpy==2.3.2
3
+ opencv_python==4.12.0.88
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  pandas==2.3.1
5
+ Pillow==11.3.0
 
 
 
 
 
 
 
 
6
  redis==6.2.0
 
 
 
 
 
 
 
7
  torch==2.7.1
 
 
 
 
8
  ultralytics==8.3.170
 
 
9
  Werkzeug==3.1.3