Skip to content

Commit 6eb7076

Browse files
authored
set datasets to >=2.0.0 (#216)
1 parent a634a92 commit 6eb7076

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
REQUIRED_PKGS = [
6464
# We need datasets as a backend
65-
"datasets",
65+
"datasets>=2.0.0",
6666
# We use numpy>=1.17 to have np.random.Generator (Dataset shuffling)
6767
"numpy>=1.17",
6868
# For smart caching dataset processing
@@ -87,7 +87,6 @@
8787
# Utilities from PyPA to e.g., compare versions
8888
"packaging",
8989
"responses<0.19",
90-
9190
]
9291

9392
TEMPLATE_REQUIRE = [

0 commit comments

Comments
 (0)