"vscode:/vscode.git/clone" did not exist on "e5d7e4ff5dd40f18f5c0f24e3a315787188afdec"
Unverified Commit f6fb399a authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Bump the Python requirement to 3.9

parent f4355f93
...@@ -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",
......
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