twine

pylint==2.13.5
pydocstyle 
flake8==4.0.1
flake8-spellcheck 
flake8-eradicate 
flake8-rst
isort

pytest 
pytest-cov
pyhamcrest
nbval 
coveralls
tox
gower==0.0.5
deepdiff

scikit-learn==1.0.2; python_version >= '3.7'
# pandas 1.3.5 is the last version to support Python 3.7
pandas==1.3.5; python_version >= '3.7'

catboost
lightgbm
xgboost

jupyter
jupyterlab
notebook
kaleido  # optional dependency, used by plotly to transform figures into images

# YoloV5
matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.2
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1
tqdm>=4.41.0
seaborn>=0.11.0
wandb>=0.12.15,<0.13.0
protobuf>=3.12.0,<4.0dev  # wandb does not work if version is higer that 4.0
beautifulsoup4>=4.11.1

# NLP
nltk<=3.6.7
datasets
textblob
transformers
sentence-transformers