mathtok / requirements.txt
SurweeshSP's picture
Initial clean MathTok release
edede4c
raw
history blame
1.74 kB
# MathTok β€” Research Dependencies
# Install with: pip install -e .
# ── Symbolic Mathematics ──────────────────────────────────────────────────
sympy>=1.12
antlr4-python3-runtime==4.11.1 # Required by sympy.parsing.latex
# ── NLP / Tokenization ────────────────────────────────────────────────────
tokenizers>=0.15.0
transformers>=4.38.0
# ── Numerics / Evaluation ─────────────────────────────────────────────────
numpy>=1.26.0
scipy>=1.12.0
# ── Visualisation ─────────────────────────────────────────────────────────
matplotlib>=3.8.0
seaborn>=0.13.0
networkx>=3.2 # AST graph visualisation
# ── Dev / Testing ─────────────────────────────────────────────────────────
pytest>=8.0.0
pytest-cov>=5.0.0
tqdm>=4.66.0
# ── Notebooks ─────────────────────────────────────────────────────────────
jupyter>=1.0.0
ipykernel>=6.29.0
# ── Utilities ─────────────────────────────────────────────────────────────
regex>=2023.12.25