Skip to content

Commit 3679adf

Browse files
committed
release: align optional pins with release tag 2026.06.20
1 parent f4709b3 commit 3679adf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ agilab-mcp = "agilab_mcp.server:main"
6060

6161
[project.optional-dependencies]
6262
ai = ["openai>=2.32.0,<3"]
63-
core = ["agi-core==2026.06.19"]
64-
ui = ["agi-apps==2026.06.19", "agi-pages==2026.06.19", "agi-gui==2026.06.20", "agi-web==2026.06.14.1", "networkx>=3.6.1,<4", "pandas>=2.3.0,<4", "plotly>=6.7.0,<7", "sqlalchemy>=2.0.43,<3", "streamlit>=1.57,<1.59", "starlette>=1.0.1,<2", "tomli_w>=1.2.0,<2", "cryptography>=48.0.1,<50"]
63+
core = ["agi-core==2026.06.20"]
64+
ui = ["agi-apps==2026.06.20", "agi-pages==2026.06.20", "agi-gui==2026.06.20", "agi-web==2026.06.14.1", "networkx>=3.6.1,<4", "pandas>=2.3.0,<4", "plotly>=6.7.0,<7", "sqlalchemy>=2.0.43,<3", "streamlit>=1.57,<1.59", "starlette>=1.0.1,<2", "tomli_w>=1.2.0,<2", "cryptography>=48.0.1,<50"]
6565
viz = ["matplotlib>=3.10.0,<4", "plotly>=6.7.0,<7"]
6666
mlflow = ["mlflow>=3.11.1,<4", "idna>=3.15,<4", "starlette>=1.0.1,<2"]
6767
bridges = ["duckdb>=1.4.0,<2"]
6868
notebook = ["ipykernel>=6.29.0,<8", "nbclient>=0.10.0,<1", "nbformat>=5.10.0,<6"]
69-
examples = ["agi-apps==2026.06.19", "jupyterlab>=4.4.0,<5", "matplotlib>=3.10.0,<4", "plotly>=6.7.0,<7", "starlette>=1.0.1,<2", "bleach>=6.4.0,<7"]
70-
pages = ["agi-pages==2026.06.19", "plotly>=6.7.0,<7", "sqlalchemy>=2.0.43,<3", "starlette>=1.0.1,<2"]
69+
examples = ["agi-apps==2026.06.20", "jupyterlab>=4.4.0,<5", "matplotlib>=3.10.0,<4", "plotly>=6.7.0,<7", "starlette>=1.0.1,<2", "bleach>=6.4.0,<7"]
70+
pages = ["agi-pages==2026.06.20", "plotly>=6.7.0,<7", "sqlalchemy>=2.0.43,<3", "starlette>=1.0.1,<2"]
7171
proof = ["cryptography>=48.0.1,<50"]
7272
agents = ["openai>=2.32.0,<3"]
7373
local-llm = ["accelerate>=0.34.2,<2; python_version >= '3.12'", "fastapi>=0.124.4,!=0.136.3,<1; python_version >= '3.12'", "gpt-oss>=0.0.8,<0.1; python_version >= '3.12'", "langchain-core>=1.3.3,<2; python_version >= '3.12'", "langsmith>=0.8.0,<1; python_version >= '3.12'", "mlx>=0.31.2,<0.32; sys_platform == 'darwin' and platform_machine == 'arm64'", "mlx-lm>=0.31.3,<0.32; sys_platform == 'darwin' and platform_machine == 'arm64'", "mlx-vlm>=0.5.0,<0.7; sys_platform == 'darwin' and platform_machine == 'arm64'", "requests>=2.32.0,<3; python_version >= '3.12'", "starlette>=1.3.1,<2; python_version >= '3.12'", "torch>=2.8.0,<3; python_version >= '3.12'", "transformers>=4.57.0,<6; python_version >= '3.12'", "universal-offline-ai-chatbot>=0.1.0,<0.2; python_version >= '3.12'", "langchain>=1.3.9,<2; python_version >= '3.12'", "pypdf>=6.13.0,<7; python_version >= '3.12'", "python-multipart>=0.0.31,<1; python_version >= '3.12'", "tornado>=6.5.7,<7; python_version >= '3.12'"]

0 commit comments

Comments
 (0)