Skip to content

Commit dd9a09e

Browse files
committed
Pinned pyodide versions; beware this doesn't work for me locally
1 parent 1f5febb commit dd9a09e

File tree

2 files changed

+43
-200
lines changed

2 files changed

+43
-200
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"altair>=6.0.0",
9-
"fastparquet>=2025.12.0",
8+
"altair==5.4.1",
9+
"fastparquet==2024.5.0",
1010
"marimo>=0.20.2",
11-
"matplotlib>=3.10.8",
12-
"pandas>=3.0.1",
13-
"pyarrow>=23.0.1",
11+
"matplotlib==3.8.4",
12+
"pandas==2.2.3",
1413
]

0 commit comments

Comments
 (0)