"profiler/vscode:/vscode.git/clone" did not exist on "0e4243f26a94ff4c3b1dca9989b166a99511dee5"
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 = [ ...@@ -36,8 +36,6 @@ dependencies = [
"tqdm-multiprocess", "tqdm-multiprocess",
"transformers>=4.1", "transformers>=4.1",
"zstandard", "zstandard",
"sympy>=1.12",
"antlr4-python3-runtime >= 4.11, < 4.12"
] ]
[tool.setuptools] [tool.setuptools]
...@@ -66,6 +64,7 @@ linting = [ ...@@ -66,6 +64,7 @@ linting = [
] ]
testing = ["pytest", "pytest-cov", "pytest-xdist"] testing = ["pytest", "pytest-cov", "pytest-xdist"]
multilingual = ["nagisa>=0.2.7", "jieba>=0.42.1", "pycountry"] 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"] sentencepiece = ["sentencepiece>=0.1.98", "protobuf>=4.22.1"]
promptsource = [ promptsource = [
"promptsource @ git+https://github.com/bigscience-workshop/promptsource.git#egg=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