Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
39bd5caf
Commit
39bd5caf
authored
Aug 15, 2023
by
haileyschoelkopf
Browse files
make pycountry optional dep
parent
adde09b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
setup.py
setup.py
+2
-3
No files found.
setup.py
View file @
39bd5caf
...
@@ -15,7 +15,7 @@ extras_require = {
...
@@ -15,7 +15,7 @@ extras_require = {
],
],
"testing"
:
[
"pytest"
,
"pytest-cov"
,
"pytest-xdist"
],
"testing"
:
[
"pytest"
,
"pytest-cov"
,
"pytest-xdist"
],
"multilingual"
:
[
"nagisa>=0.2.7"
,
"jieba>=0.42.1"
],
"multilingual"
:
[
"nagisa>=0.2.7"
,
"jieba>=0.42.1"
],
"sentencepiece"
:
[
"sentencepiece>=0.1.98"
,
"protobuf>=4.22.1"
],
"sentencepiece"
:
[
"sentencepiece>=0.1.98"
,
"protobuf>=4.22.1"
,
"pycountry"
],
"promptsource"
:
[
"promptsource"
:
[
"promptsource @ git+https://github.com/bigscience-workshop/promptsource.git#egg=promptsource"
"promptsource @ git+https://github.com/bigscience-workshop/promptsource.git#egg=promptsource"
],
],
...
@@ -62,10 +62,9 @@ setuptools.setup(
...
@@ -62,10 +62,9 @@ setuptools.setup(
"omegaconf>=2.2"
,
"omegaconf>=2.2"
,
"peft>=0.2.0"
,
"peft>=0.2.0"
,
"pybind11>=2.6.2"
,
"pybind11>=2.6.2"
,
"pycountry"
,
"pytablewriter"
,
"pytablewriter"
,
"rouge-score>=0.0.4"
,
"rouge-score>=0.0.4"
,
"sacrebleu
=
=1.5.0"
,
"sacrebleu
>
=1.5.0"
,
"scikit-learn>=0.24.1"
,
"scikit-learn>=0.24.1"
,
"sqlitedict"
,
"sqlitedict"
,
"torch>=1.8"
,
"torch>=1.8"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment