mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
- Trie-based solver, official scoring, normalized rewards - Configurable token limit and detailed README with dictionary download link - Removes large Dictionary.txt from tracking and adds ignore rules - All tests pass and pre-commit hooks are clean
14 lines
344 B
Text
14 lines
344 B
Text
# Word Hunt Environment Dependencies
|
|
# Core Atropos dependencies are handled by the main project
|
|
|
|
# Configuration and validation
|
|
pydantic>=2.0.0
|
|
|
|
# Tokenization and model handling
|
|
transformers>=4.30.0
|
|
|
|
# Optional: For enhanced word validation (if using external dictionary)
|
|
# nltk>=3.8.0
|
|
|
|
# Optional: For performance monitoring
|
|
# psutil>=5.9.0
|