Unverified Commit 674cf52e authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Update setup.py

parent 008fc2a2
...@@ -21,10 +21,11 @@ setuptools.setup( ...@@ -21,10 +21,11 @@ setuptools.setup(
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
], ],
python_requires=">=3.9", python_requires=">=3.8",
install_requires=[ install_requires=[
"datasets>=2.0.0", "datasets>=2.0.0",
"einops", "einops",
"importlib-resources",
"jsonlines", "jsonlines",
"numexpr", "numexpr",
"openai>=0.6.4", "openai>=0.6.4",
......
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