Skip to content

Commit 11ae129

Browse files
authored
add dependencies to run after pip install (#767)
1 parent 11ed00d commit 11ae129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dependencies = [
6060
"torch>=2.0,<3.0",
6161
"GitPython>=3.1.41", # for logging
6262
"datasets>=3.5.0",
63+
"pydantic",
6364
"numpy<2", # pinned to avoid incompatibilities
6465
# Prettiness
6566
"typer",
@@ -79,6 +80,7 @@ dependencies = [
7980
"pycountry",
8081
"fsspec>=2023.12.2",
8182
"httpx == 0.27.2",
83+
"latex2sympy2_extended==1.0.6",
8284
]
8385

8486
[project.optional-dependencies]

0 commit comments

Comments
 (0)