Skip to content

Commit a863517

Browse files
committed
Update datasets dependency in pyproject.toml to allow for newer versions (>=2.16.1).
1 parent 0942f05 commit a863517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ requires-python = ">=3.12"
2222
license = { text = "MIT" }
2323
dependencies = [
2424
"accelerate>=0.29.1",
25-
"black==24.1.0",
26-
"isort==5.13.2",
27-
"datasets==2.16.1",
25+
"black>=24.1.0",
26+
"isort>=5.13.2",
27+
"datasets>=2.16.1",
2828
"evaluate>=0.4.0",
2929
"httpx==0.23.3",
3030
"jsonlines",

0 commit comments

Comments
 (0)