From 1bd2adf34845e28aabceb60fc51196bf11cd8191 Mon Sep 17 00:00:00 2001 From: juanmichelini Date: Tue, 17 Jun 2025 22:32:05 +0200 Subject: [PATCH 1/2] Relax datasets version on pyproject.toml to match OpenHands version Relax datasets version from 3.0.1 to >=3.0.1,<4.0.0 to run on the same environment as OpenHands --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7eabe00..2e8518e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "ghapi>=1.0.6", "gitpython>=3.1.43", "pytest>=8.3.3", - "datasets==3.0.1", + "datasets>=3.0.1,<4.0.0", "modal>=0.66.26", "strenum>=0.4.15", "e2b-code-interpreter>=1.0.4", From f6a285791ca5657c9250fcbfb5d77925d4d7a99c Mon Sep 17 00:00:00 2001 From: Juan Michelini Date: Fri, 11 Jul 2025 01:34:55 +0200 Subject: [PATCH 2/2] Relax datasets version on pyproject.toml to match OpenHands version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e8518e..c24ef71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "ghapi>=1.0.6", "gitpython>=3.1.43", "pytest>=8.3.3", - "datasets>=3.0.1,<4.0.0", + "datasets>=3.0.1,<5.0.0", "modal>=0.66.26", "strenum>=0.4.15", "e2b-code-interpreter>=1.0.4",