# Core dependencies
numpy<2.0.0  # Pin to 1.x for sentence-transformers compatibility
langchain>=0.1.0
langchain-community>=0.0.1
pandas>=2.0.0
sentence-transformers>=2.2.2
transformers>=4.30.0
sentencepiece==0.2.0  # Required for LLaMA/Mistral tokenizers
langchain-chroma>=0.1.0
langsmith>=0.0.30
python-dotenv>=1.0.0
pydantic>=2.0.0  # Enhanced configuration management with validation
pydantic-settings>=2.0.0  # Settings management for pydantic v2
backoff>=2.2.1
chromadb>=0.4.0
redis>=5.0.1
cachetools>=5.3.2  # For in-memory caching fallback
fakeredis>=2.20.0  # Redis mock for caching
requests>=2.31.0
huggingface-hub>=0.23.0  # Required for Xet-powered storage
wbdata>=0.3.0
typer[all]>=0.9.0  # CLI interface with rich output
spacy>=3.0.0  # For industry classification
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#egg=en-core-web-sm  # Lightweight English model

# Development and testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-benchmark>=4.0.0
pre-commit>=3.5.0
black==24.2.0  # Match pre-commit version
flake8>=6.0.0
isort>=5.13.2  # Match pre-commit version
autoflake>=2.3.0  # Automated unused import removal
autopep8>=2.3.0  # Automated PEP8 formatting
mypy>=1.0.0
