Skip to content

Commit 1658d6e

Browse files
authored
Downgrade Python version requirement to 3.10
1 parent b609343 commit 1658d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart_data_extractor/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/e2b-dev/e2b-code-interpreter/tree/python"
1010
packages = [{ include = "e2b_charts" }]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.11"
13+
python = "^3.10"
1414

1515
numpy = "^2.3.5"
1616
matplotlib = "^3.10.3"
@@ -31,4 +31,4 @@ build-backend = "poetry.core.masonry.api"
3131
"Bug Tracker" = "https://github.com/e2b-dev/code-interpreter/issues"
3232

3333
[tool.ruff.lint]
34-
ignore = ["F401", "F403"]
34+
ignore = ["F401", "F403"]

0 commit comments

Comments
 (0)