We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b609343 commit 1658d6eCopy full SHA for 1658d6e
chart_data_extractor/pyproject.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/e2b-dev/e2b-code-interpreter/tree/python"
10
packages = [{ include = "e2b_charts" }]
11
12
[tool.poetry.dependencies]
13
-python = "^3.11"
+python = "^3.10"
14
15
numpy = "^2.3.5"
16
matplotlib = "^3.10.3"
@@ -31,4 +31,4 @@ build-backend = "poetry.core.masonry.api"
31
"Bug Tracker" = "https://github.com/e2b-dev/code-interpreter/issues"
32
33
[tool.ruff.lint]
34
-ignore = ["F401", "F403"]
+ignore = ["F401", "F403"]
0 commit comments