# Core NLP and ML libraries
spacy>=3.7.0
sentence-transformers>=2.2.0
transformers>=4.30.0

# WordNet and synonym support
spacy-wordnet>=0.1.0
nltk>=3.3,<3.6

# HTTP client and rate limiting for Wikidata API
requests>=2.31.0
requests-ratelimiter>=0.4.0
cachetools>=5.3.0

# Vector search
faiss-cpu>=1.7.4
hnswlib>=0.7.0

# String matching
rapidfuzz>=3.0.0
jellyfish>=1.0.0

# Entity resolution libraries
dedupe>=2.0.0
recordlinkage>=0.15.0
flashtext>=2.7

# Vector indexing helper
autofaiss>=2.17.0

# Data processing
pandas>=2.0.0
numpy>=1.24.0

# Configuration and utilities
pydantic>=2.0.0
python-dotenv>=1.0.0

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
