Unverified Commit 2906a565 authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Add [math] optional dependency, make antlr req more stringent

parent c8f56b17
......@@ -36,8 +36,6 @@ dependencies = [
"tqdm-multiprocess",
"transformers>=4.1",
"zstandard",
"sympy>=1.12",
"antlr4-python3-runtime >= 4.11, < 4.12"
]
[tool.setuptools]
......@@ -66,6 +64,7 @@ linting = [
]
testing = ["pytest", "pytest-cov", "pytest-xdist"]
multilingual = ["nagisa>=0.2.7", "jieba>=0.42.1", "pycountry"]
math = ["sympy>=1.12", "antlr4-python3-runtime==4.11"]
sentencepiece = ["sentencepiece>=0.1.98", "protobuf>=4.22.1"]
promptsource = [
"promptsource @ git+https://github.com/bigscience-workshop/promptsource.git#egg=promptsource"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment