"vscode:/vscode.git/clone" did not exist on "2eaa9ca1d3361c2908aecfbe0d385abce37b74fd"
Commit ec2eb117 authored by cjlovering's avatar cjlovering
Browse files

Add promptsource to setup.py

parent c93093b6
......@@ -18,8 +18,9 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires=">=3.6",
install_requires=[
"promptsource",
"black",
"datasets==2.0.0",
"click>=7.1",
......@@ -42,9 +43,9 @@ setuptools.setup(
"openai==0.6.4",
"jieba==0.42.1",
"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=[
"https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt",
]
],
)
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