numpy>=1.21.0

[:python_version < "3.10"]
typing-extensions>=4.0.0

[all]
raglib[dev,faiss,llm,tests]

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
coverage>=7.0.0
black>=22.0.0
ruff>=0.1.0
mypy>=1.0.0
pre-commit>=3.0.0
mkdocs>=1.4.0
mkdocs-material>=9.0.0
mkdocs-autorefs>=0.4.0
mkdocstrings[python]>=0.20.0
build>=0.10.0
twine>=4.0.0

[faiss]
faiss-cpu>=1.7.0
numpy>=1.21.0

[llm]
openai>=1.0.0
transformers>=4.20.0
torch>=1.12.0
tiktoken>=0.4.0
sentence-transformers>=2.2.0

[tests]
pytest>=7.0.0
pytest-cov>=4.0.0
coverage>=7.0.0
pytest-mock>=3.10.0
pytest-asyncio>=0.21.0
