Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83694c9

Browse files
authored
Update arraykit to 1.2.0 (#227)
1 parent 7079016 commit 83694c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ def get_projects() -> list[Project]:
15531553
mypy_cmd="{mypy} {paths}",
15541554
pyright_cmd="{pyright} {paths}",
15551555
paths=["static_frame"],
1556-
deps=["numpy", "arraykit==0.10.0"],
1556+
deps=["numpy", "arraykit==1.2.0"],
15571557
cost={"mypy": 280},
15581558
),
15591559
Project(

0 commit comments

Comments
 (0)