Skip to content

Commit 25b249d

Browse files
authored
(update) Update apparun version to 0.4.0 (#44)
* (update) Update apparun version to 0.4.0
1 parent ada3ce5 commit 25b249d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
requires-python = ">=3.11,<3.12"
2626
dependencies = [
27-
"apparun==0.3.7",
27+
"apparun==0.4.0",
2828
"click<=8.1.8",
2929
"numpy==1.26.4",
3030
"pyarrow==22.0.0",
@@ -51,7 +51,6 @@ dependencies = [
5151
"kaleido",
5252
"tqdm",
5353
"ruamel.yaml",
54-
"apparun==0.3.7",
5554
"typer==0.15.1",
5655
"ipython>=7.6.0,<=8.34.0",
5756
"mermaid-py==0.7.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apparun==0.3.7
1+
apparun==0.4.0
22
numpy
33
pyarrow
44
pandas

0 commit comments

Comments
 (0)