From 47c4c22d204bcadaeba6d65fe3b00d9adcd82254 Mon Sep 17 00:00:00 2001 From: Michiel van der Meer Date: Fri, 22 Sep 2023 13:07:32 +0200 Subject: [PATCH] Version bump for datasets to comply with python3.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de85564..a2c6cab 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ python_requires=">=3.6", include_package_data=True, install_requires=[ - "datasets>=1.2.1", + "datasets>=1.16.1", "docker==5.0.0", "joblib", "overrides==3.1.0",