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
f6fb399a
"vscode:/vscode.git/clone" did not exist on "e5d7e4ff5dd40f18f5c0f24e3a315787188afdec"
Unverified
Commit
f6fb399a
authored
May 03, 2023
by
Stella Biderman
Committed by
GitHub
May 03, 2023
Browse files
Bump the Python requirement to 3.9
parent
f4355f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
f6fb399a
...
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
...
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools
.
setup
(
setuptools
.
setup
(
name
=
"lm_eval"
,
name
=
"lm_eval"
,
version
=
"0.
3
.0"
,
version
=
"0.
4
.0"
,
author
=
"Leo Gao"
,
author
=
"Leo Gao"
,
author_email
=
"lg@eleuther.ai"
,
author_email
=
"lg@eleuther.ai"
,
description
=
"A framework for evaluating autoregressive language models"
,
description
=
"A framework for evaluating autoregressive language models"
,
...
@@ -19,7 +19,7 @@ setuptools.setup(
...
@@ -19,7 +19,7 @@ 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.
9
"
,
install_requires
=
[
install_requires
=
[
"datasets>=2.0.0"
,
"datasets>=2.0.0"
,
"jsonlines"
,
"jsonlines"
,
...
...
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