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:
setuptools.setup(
name="lm_eval",
version="0.3.0",
version="0.4.0",
author="Leo Gao",
author_email="lg@eleuther.ai",
description="A framework for evaluating autoregressive language models",
......@@ -19,7 +19,7 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.6",
python_requires=">=3.9",
install_requires=[
"datasets>=2.0.0",
"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