Skip to content
Closed
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
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ requires-python = ">=3.11"

dependencies = [
# Core Jupyter/IPython
"ipython>=8.12",
"ipython>=9.17.0",
"notebook>=7.6.2",
"jupyter>=1.0",

Expand All@@ -19,18 +19,18 @@ dependencies = [
"seaborn>=0.13",
"plotnine>=0.15.8",
"lets-plot>=4.11",
"plotly>=5.24",
"plotly>=7.0.0",
"altair>=5.0",
"vl-convert-python>=1.0", # Required for Altair PNG export
"hvplot>=0.12", # Bokeh via the pandas .hvplot accessor

# Image rendering
"kaleido>=1.0", # v1+ requires Chrome
"pillow>=10.0",
"selenium>=4.47.0", # Required for Bokeh PNG export
"selenium>=4.48.0", # Required for Bokeh PNG export

# Statistical tools
"statsmodels>=0.14.6",
"statsmodels>=0.15.0",
"scikit-misc>=0.3",

# R integration
Expand All@@ -47,7 +47,7 @@ dependencies = [
"simplegeneric>=0.8",

# Cloud (if needed for deployment)
"boto3>=1.43.78",
"boto3>=1.43.83",

# Testing
"pytest>=7.4",
Expand Down
Loading
Loading