Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = [

dependencies = [
# Core Framework
"fastapi>=0.136.1",
"fastapi>=0.136.3",
"uvicorn[standard]>=0.47.0",
# MCP Server
"mcp>=1.27.1",
Expand All @@ -36,7 +36,7 @@ dependencies = [
"scikit-learn>=1.6.0",
"statsmodels>=0.14.0",
# AI & Cloud
"anthropic>=0.103.1",
"anthropic>=0.104.1",
"google-cloud-storage>=3.0.0",
# Image Processing
"pillow>=11.0.0",
Expand All @@ -49,7 +49,7 @@ dependencies = [
"python-dotenv>=1.0.0",
"pandas-stubs>=2.3.0",
# Caching
"cachetools>=7.1.3",
"cachetools>=7.1.4",
# Auth — Cloudflare Access JWT verification on /debug/*
"pyjwt[crypto]>=2.12.1",
]
Expand All @@ -63,7 +63,7 @@ test = [
"aiosqlite>=0.20.0", # SQLite async driver for integration tests
]
dev = [
"ruff>=0.15.13",
"ruff>=0.15.14",
"pre-commit>=4.6.0",
]
typecheck = [
Expand All @@ -78,7 +78,7 @@ plotting = [
"plotnine>=0.15.4",
"pygal>=3.0.0",
"highcharts-core>=1.11.0",
"lets-plot>=4.6.0",
"lets-plot>=4.10.1",
# PNG export dependencies
"vl-convert-python>=1.7.0", # altair PNG export
"kaleido>=1.3.0", # plotly PNG export
Expand All @@ -99,7 +99,7 @@ lib-altair = ["altair>=6.1.0", "vl-convert-python>=1.7.0", "numpy>=2.4.6", "pand
lib-plotnine = ["plotnine>=0.15.4", "numpy>=2.4.6", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
lib-pygal = ["pygal>=3.0.0", "cairosvg>=2.7.0", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
lib-highcharts = ["highcharts-core>=1.11.0", "numpy>=2.4.6", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0", "selenium>=4.44.0", "webdriver-manager>=4.1.1"]
lib-letsplot = ["lets-plot>=4.6.0", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
lib-letsplot = ["lets-plot>=4.10.1", "pandas>=3.0.3", "scipy>=1.14.0", "scikit-learn>=1.6.0", "statsmodels>=0.14.0"]
all = [
"anyplot[test,dev,plotting,typecheck]",
]
Expand Down
Loading
Loading