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
ec2eb117
Commit
ec2eb117
authored
Apr 25, 2022
by
cjlovering
Browse files
Add promptsource to setup.py
parent
c93093b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
setup.py
setup.py
+4
-3
No files found.
setup.py
View file @
ec2eb117
...
@@ -18,8 +18,9 @@ setuptools.setup(
...
@@ -18,8 +18,9 @@ setuptools.setup(
"License :: OSI Approved :: MIT License"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
"Operating System :: OS Independent"
,
],
],
python_requires
=
'
>=3.6
'
,
python_requires
=
"
>=3.6
"
,
install_requires
=
[
install_requires
=
[
"promptsource"
,
"black"
,
"black"
,
"datasets==2.0.0"
,
"datasets==2.0.0"
,
"click>=7.1"
,
"click>=7.1"
,
...
@@ -42,9 +43,9 @@ setuptools.setup(
...
@@ -42,9 +43,9 @@ setuptools.setup(
"openai==0.6.4"
,
"openai==0.6.4"
,
"jieba==0.42.1"
,
"jieba==0.42.1"
,
"nagisa==0.2.7"
,
"nagisa==0.2.7"
,
"bleurt@https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt"
"bleurt@https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt"
,
],
],
dependency_links
=
[
dependency_links
=
[
"https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt"
,
"https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt"
,
]
]
,
)
)
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