2 parents 4b231ab + 52036e5 commit a9072d9Copy full SHA for a9072d9
2 files changed
pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
15
"pandas>=2.0",
16
17
# Plotting libraries
18
- "matplotlib>=3.7",
+ "matplotlib>=3.11.2",
19
"seaborn>=0.13",
20
"plotnine>=0.15.8",
21
"lets-plot>=4.11",
@@ -27,7 +27,7 @@ dependencies = [
27
# Image rendering
28
"kaleido>=1.4.0", # v1+ requires Chrome
29
"pillow>=10.0",
30
- "selenium>=4.48.0", # Required for Bokeh PNG export
+ "selenium>=4.49.0", # Required for Bokeh PNG export
31
32
# Statistical tools
33
"statsmodels>=0.15.0",
@@ -47,7 +47,7 @@ dependencies = [
47
"simplegeneric>=0.8",
48
49
# Cloud (if needed for deployment)
50
- "boto3>=1.43.89",
+ "boto3>=1.43.93",
51
52
# Testing
53
"pytest>=7.4",
0 commit comments