Skip to content

Commit

Permalink
Merge pull request #15 from sbalandi/jp/add-ghrs-3
Browse files Browse the repository at this point in the history
update dev-requirements.txt
  • Loading branch information
sbalandi authored Jul 25, 2024
2 parents 1425eca + 630ff58 commit 998f6fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .ci/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
39 changes: 1 addition & 38 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 998f6fc

Please sign in to comment.