numpy>=2.1.0
simplicio-mapper>=0.24.1
simplicio-prompt>=1.14.1
httpx>=0.28.1
orjson>=3.11.9
diskcache>=5.6.3
libcst>=1.8.6
tiktoken<1,>=0.12.0

[all]
simplicio-cli[providers]
simplicio-cli[ml]
simplicio-cli[bench]
simplicio-cli[local]
simplicio-cli[performance]

[bench]
fpdf2>=2.8.7

[dev]
simplicio-cli[test]
ruff>=0.15.8
mypy>=1.19.1

[local]
llama-cpp-python>=0.3.32
huggingface-hub>=1.21.0

[ml]
sentence-transformers>=5.6.0

[performance]

[performance:sys_platform != "win32"]
uvloop>=0.21.0

[providers]
anthropic>=0.112.0
openai>=2.44.0

[test]
pytest>=8
pytest-cov>=7
hypothesis>=6.100

[test:python_version < "3.11"]
tomli>=2.0.1
