File size: 1,744 Bytes
edede4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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