pandas>=1.5.0
numpy>=1.21.0
scikit-learn>=1.3.0
beautifulsoup4>=4.10.0
selenium>=4.8.0
webdriver-manager>=3.8.0
Pillow>=10.0.0
joblib>=1.2.0
tqdm>=4.64.0
nltk>=3.8

[:sys_platform != "darwin" or platform_machine != "arm64"]
tensorflow<2.17.0,>=2.12.0

[:sys_platform == "darwin" and platform_machine == "arm64"]
tensorflow-macos<2.17.0,>=2.12.0

[dev]
check-manifest
pytest
flake8
black
isort

[test]
coverage
pytest
pytest-cov
pytest-mock
flake8
