diff --git a/browsergym/assistantbench/pyproject.toml b/browsergym/assistantbench/pyproject.toml index 39e45b93..6edc6e3e 100644 --- a/browsergym/assistantbench/pyproject.toml +++ b/browsergym/assistantbench/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Maxime Gasse"}, ] readme = "README.md" -requires-python = ">3.7" +requires-python = ">3.10" license = {text = "Apache-2.0"} classifiers = [ "Development Status :: 3 - Alpha", diff --git a/browsergym/core/pyproject.toml b/browsergym/core/pyproject.toml index d315f2af..1b2e950d 100644 --- a/browsergym/core/pyproject.toml +++ b/browsergym/core/pyproject.toml @@ -17,7 +17,7 @@ authors = [ {name = "Tom Marty"}, ] readme = "README.md" -requires-python = ">3.9" +requires-python = ">3.10" license = {text = "Apache-2.0"} classifiers = [ "Development Status :: 3 - Alpha", diff --git a/browsergym/experiments/pyproject.toml b/browsergym/experiments/pyproject.toml index 14a9a7a0..eac78b20 100644 --- a/browsergym/experiments/pyproject.toml +++ b/browsergym/experiments/pyproject.toml @@ -12,7 +12,7 @@ authors = [ {name = "Maxime Gasse"}, ] readme = "README.md" -requires-python = ">3.7" +requires-python = ">3.10" license = {text = "Apache-2.0"} classifiers = [ "Development Status :: 3 - Alpha", diff --git a/browsergym/miniwob/pyproject.toml b/browsergym/miniwob/pyproject.toml index 56dde57b..4227424e 100644 --- a/browsergym/miniwob/pyproject.toml +++ b/browsergym/miniwob/pyproject.toml @@ -12,7 +12,7 @@ authors = [ {name = "Alexandre Lacoste"}, ] readme = "README.md" -requires-python = ">3.7" +requires-python = ">3.10" license = {text = "Apache-2.0"} classifiers = [ "Development Status :: 3 - Alpha", diff --git a/browsergym/pyproject.toml b/browsergym/pyproject.toml index 257eb3fc..a814c470 100644 --- a/browsergym/pyproject.toml +++ b/browsergym/pyproject.toml @@ -36,8 +36,8 @@ dependencies = [ "browsergym-visualwebarena==0.14.1", "browsergym-assistantbench==0.14.1", "browsergym-experiments==0.14.1", - "browsergym-workarena>=0.4.1", - "weblinx-browsergym>=0.0.2", + "browsergym-workarena==0.14.1", + "weblinx-browsergym==0.14.1", ] [tool.setuptools] diff --git a/browsergym/visualwebarena/pyproject.toml b/browsergym/visualwebarena/pyproject.toml index 0e0669c2..4ebf6deb 100644 --- a/browsergym/visualwebarena/pyproject.toml +++ b/browsergym/visualwebarena/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Maxime Gasse"}, ] readme = "README.md" -requires-python = ">3.7" +requires-python = ">3.10" license = {text = "Apache-2.0"} classifiers = [ "Development Status :: 3 - Alpha", diff --git a/browsergym/webarena/pyproject.toml b/browsergym/webarena/pyproject.toml index 035b6d5a..cc006541 100644 --- a/browsergym/webarena/pyproject.toml +++ b/browsergym/webarena/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Tom Marty"}, ] readme = "README.md" -requires-python = ">3.7" +requires-python = ">3.10" license = {text = "Apache-2.0"} classifiers = [ "Development Status :: 3 - Alpha",