Commit 13916e32 authored by Leo Gao's avatar Leo Gao
Browse files

Pin datasets to 1.16.0

parent 8a97b28f
......@@ -22,6 +22,8 @@ class RACE(HFTask):
cache = {}
letter_to_num = {'A': 0, 'B': 1, 'C': 2, 'D': 3}
assert datasets.__version__ == "1.16.0", "RACE requires datasets==1.16.0!"
def has_training_docs(self):
return True
......
......@@ -22,7 +22,7 @@ setuptools.setup(
install_requires=[
"black==20.8b1",
"best_download>=0.0.6",
"datasets>=1.2.1",
"datasets==1.16.0",
"click>=7.1",
"scikit-learn>=0.24.1",
"torch>=1.7",
......
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