Skip to content

Commit e20c364

Browse files
committed
set the upper bound for the datasets version in pyproject.toml
1 parent b1bedf0 commit e20c364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
dependencies = [
2929
"dask==2024.1.1",
3030
"dask[dataframe]==2024.1.1",
31-
"datasets>=2.16.1",
31+
"datasets>=2.16.1, <=3.6.0",
3232
"evaluate==0.4.1",
3333
"fast-ml==3.68",
3434
"femr>=0.2.0, <= 0.2.4",

0 commit comments

Comments
 (0)