diff --git a/.ci/dev-requirements.txt b/.ci/dev-requirements.txt index 67ab76b2053..6b1f1e457d4 100644 --- a/.ci/dev-requirements.txt +++ b/.ci/dev-requirements.txt @@ -3,7 +3,7 @@ # black==21.8 requires typing-extensions>3.10 which is incompatible # with other packages -r ../requirements.txt -black==21.7b0 # format Python code +black[jupyter]==24.3.0 # format Python code isort # sort imports jupyterlab-code-formatter # format code in notebooks in Jupyter Lab jupyterlab-git # checkout and commit code in Jupyter Lab @@ -12,7 +12,7 @@ nbval # pytest plugin for automatic notebook testing treon # test framework for Jupyter Notebooks toml # used for validating docker requirements mistune==2.0.4 # use for parsing README.md -requests==2.31.0 # use for checking links +requests==2.32.0 # use for checking links pyspelling # automating spell checking openpyxl==3.1.2 PyGithub==2.1.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4893ccc5fb6..f645fa32411 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,42 +1,5 @@ -# openvino and its dependencies -openvino-dev>=2023.2.0 -openvino-telemetry>=2023.2.1 -nncf==2.7.0 - - -# deep learning frameworks -tensorflow-macos>=2.5,<=2.14; sys_platform == 'darwin' and platform_machine == 'arm64' and python_version > "3.8" # macOS M1 and M2 -tensorflow-macos>=2.5,<=2.12.0; sys_platform == 'darwin' and platform_machine == 'arm64' and python_version <= "3.8" # macOS M1 and M2 -tensorflow>=2.5,<=2.14; sys_platform == 'darwin' and platform_machine != 'arm64' and python_version > "3.8" # macOS x86 -tensorflow>=2.5,<=2.12.0; sys_platform == 'darwin' and platform_machine != 'arm64' and python_version <= "3.8" # macOS x86 -tensorflow>=2.5,<=2.14; sys_platform != 'darwin' and python_version > "3.8" -tensorflow>=2.5,<=2.12.0; sys_platform != 'darwin' and python_version <= "3.8" - -onnx>=1.11.0 ---extra-index-url https://download.pytorch.org/whl/cpu -torch==2.1.0 -torchvision==0.16.0 -torchaudio==2.1.0 - -transformers>=4.21.1 - - # jupyter jupyterlab ipywidgets -ipykernel>=5.* +ipykernel>=5.0 ipython>=7.16.3 - - -# others -numpy>=1.21.0 -opencv-python -Pillow>=8.3.2 -matplotlib>=3.4 -scipy - -# The packages below are not directly required. They are dependencies of -# other dependencies that are pinned to a specific version to avoid -# compatibility issues or vulnerabilities -scikit-image>=0.19.2 -setuptools>=56.0.0