openvino_notebooks / .ci /dev-requirements.txt
malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
raw
history blame contribute delete
No virus
856 Bytes
# Recommended packages for notebook developers
# black==21.8 requires typing-extensions>3.10 which is incompatible
# with other packages
-r ../requirements.txt
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
nbqa[toolchain] # automatic code quality checking
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.32.0 # use for checking links
pyspelling # automating spell checking