summaryrefslogtreecommitdiff
path: root/Qwen2.5-Eval/evaluation/latex2sympy/dev-requirements.txt
diff options
context:
space:
mode:
authorzitian-gao <zitian.gao@outlook.com>2025-05-27 16:45:31 +0800
committerzitian-gao <zitian.gao@outlook.com>2025-05-27 16:45:31 +0800
commit7c792461c8e4e4f1f8734fed143630c74e76b27f (patch)
treecf6341ff9f2727424751da7a11a3bea6c39015bb /Qwen2.5-Eval/evaluation/latex2sympy/dev-requirements.txt
parent16815c8c5ec263c4bd1a0af60030c1c0efa1421e (diff)
init eval
Diffstat (limited to 'Qwen2.5-Eval/evaluation/latex2sympy/dev-requirements.txt')
-rwxr-xr-xQwen2.5-Eval/evaluation/latex2sympy/dev-requirements.txt60
1 files changed, 60 insertions, 0 deletions
diff --git a/Qwen2.5-Eval/evaluation/latex2sympy/dev-requirements.txt b/Qwen2.5-Eval/evaluation/latex2sympy/dev-requirements.txt
new file mode 100755
index 0000000..4e2c43c
--- /dev/null
+++ b/Qwen2.5-Eval/evaluation/latex2sympy/dev-requirements.txt
@@ -0,0 +1,60 @@
+#
+# This file is autogenerated by pip-compile with Python 3.10
+# by the following command:
+#
+# pip-compile dev-requirements.in
+#
+ # via -r dev-requirements.in
+antlr4-python3-runtime==4.11.1
+ # via
+ # -r requirements.txt
+ # latex2sympy2
+atomicwrites==1.3.0
+ # via pytest
+attrs==19.3.0
+ # via pytest
+autopep8==1.4.4
+ # via -r dev-requirements.in
+click==7.0
+ # via pip-tools
+coverage==4.5.4
+ # via pytest-cov
+more-itertools==7.2.0
+ # via pytest
+mpmath==1.3.0
+ # via
+ # -r requirements.txt
+ # sympy
+packaging==19.2
+ # via pytest
+pip-tools==4.2.0
+ # via -r dev-requirements.in
+pluggy==0.13.0
+ # via pytest
+py==1.8.0
+ # via pytest
+pycodestyle==2.5.0
+ # via
+ # -r dev-requirements.in
+ # autopep8
+pyparsing==2.4.4
+ # via packaging
+pytest==5.2.2
+ # via
+ # -r dev-requirements.in
+ # pytest-cov
+pytest-cov==2.8.1
+ # via -r dev-requirements.in
+six==1.13.0
+ # via
+ # packaging
+ # pip-tools
+sympy==1.12
+ # via
+ # -r requirements.txt
+ # latex2sympy2
+wcwidth==0.1.7
+ # via pytest
+
+# THIS MUST BE MAINTAINED AS-IS
+-e . \ No newline at end of file