Skip to content

Commit 79d6a68

Browse files
committed
fix: pin datasets to 4.1.0
1 parent b85f5e0 commit 79d6a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libcommon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
python = "3.9.18"
1010
appdirs = "^1.4.4"
1111
cryptography = "^43.0.1"
12-
datasets = {git = "https://github.com/huggingface/datasets.git", rev = "8a4384dc9484ae9c3100f0fc594cd7773a5b8b44", extras = ["audio", "vision"]}
12+
datasets = "4.1.0"
1313
duckdb = "^1.2.2"
1414
environs = "^9.5.0"
1515
filelock = "^3.18.0"

0 commit comments

Comments
 (0)