11# openvino and its dependencies
22openvino-dev==2022.2.0
33openvino-telemetry==2022.3.0
4- nncf==2.4 .0
4+ nncf==2.5 .0
55
66
77# deep learning frameworks
8- onnx>=1.11.0,<=1.12.0
8+ onnx>=1.11.0
99
10- tensorflow-macos>=2.5,<=2.9.3; sys_platform == 'darwin' and platform_machine == 'arm64' # macOS M1 and M2
11- tensorflow>=2.5,<=2.9.3 ; sys_platform == 'darwin' and platform_machine != 'arm64' # macOS x86
12- tensorflow>=2.5,<=2.9.3 ; sys_platform == 'linux' or platform_system == 'Windows'
13- tensorflow-datasets==4.2.0
10+ # deep learning frameworks
11+ tensorflow-macos >=2.5,<=2.12 ; sys_platform == 'darwin' and platform_machine == 'arm64' # macOS M1 and M2
12+ tensorflow>=2.5,<=2.12 ; sys_platform == 'darwin' and platform_machine != 'arm64' # macOS x86
13+ tensorflow>=2.5,<=2.12; sys_platform == 'linux' or platform_system == 'Windows'
1414
1515--find-links https://download.pytorch.org/whl/torch_stable.html
1616torch==1.13.1; sys_platform == 'darwin'
1717torch==1.13.1+cpu; sys_platform == 'linux' or platform_system == 'Windows'
1818torchvision==0.14.1; sys_platform == 'darwin'
1919torchvision==0.14.1+cpu; sys_platform == 'linux' or platform_system == 'Windows'
20- torchmetrics>=0.11.0
21- pytorch-lightning
2220
23- paddlepaddle>=2.4.0
24- paddle2onnx>=0.6
25- paddlenlp>=2.0.8 # workaround for "cannot import name '_C_ops'" error with paddlehub
21+
22+ #paddlepaddle>=2.4.0
23+
2624
2725transformers>=4.21.1
28- monai>=0.9.1,<1.0.0
26+
2927
3028
3129# others
@@ -34,22 +32,16 @@ opencv-python
3432Pillow>=8.3.2
3533matplotlib>=3.4,<3.5.3
3634scipy
37- pytube>=12.1.0
38- librosa>=0.8.1
39- shapely>=1.7.1
40- pyclipper>=1.2.1
35+
4136psutil
4237gdown
4338
4439# The packages below are not directly required. They are dependencies of
4540# other dependencies that are pinned to a specific version to avoid
4641# compatibility issues or vulnerabilities
47- seaborn>=0.11.0
42+
4843scikit-image>=0.19.2
49- jedi>=0.17.2
5044setuptools>=56.0.0
51- pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
52- rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability
5345
5446
5547
0 commit comments