Skip to content

Commit 127d1f6

Browse files
committed
chore: update pyproject
1 parent 3856daf commit 127d1f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ python = "^3.9"
1515
numpy = "^1.26"
1616
pandas = "^2.2.3"
1717
pytest-cov = "^6.1.1"
18+
invoke = "^2.2.0"
1819

1920
[tool.poetry.group.dev.dependencies]
2021
pytest = "^8.3.5"

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from invoke import task
1+
from invoke.tasks import task
22

33
@task
44
def test(c):

0 commit comments

Comments
 (0)