# Core dependencies (minimal installation)
pydantic>=2.7
pyyaml>=6.0.1
regex>=2024.4.16
click>=8.1.7
tqdm>=4.66.5
rich>=13.9.2
numpy>=1.24.0
scipy>=1.10.0
nltk>=3.8.1
cryptography>=41.0.0
pypdf>=3.0.0
Faker>=18.0.0

# ML models (optional, installed with [ml] or [all])
# spacy>=3.7.0
# transformers>=4.48.0
# torch>=2.3.0
# gliner>=0.1.0

# Note: For full installation, use:
#   pip install zerophix[all]
# For ML models only:
#   pip install zerophix[spacy,bert,gliner,openmed]
