Skip to content

Commit 679b8c8

Browse files
author
Dammy Desktop
committed
fix typo
1 parent 1c7241a commit 679b8c8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Pupil_LIMlab" # Must be unique on PyPI
7-
version = "1.0.5.2"
7+
version = "1.0.5.3"
88
description = "A pupil analysis and inference toolkit"
99
readme = "README.md"
1010
authors = [{name = "Dammy", email = "a.aonih@ucl.ac.uk"}]
@@ -15,5 +15,6 @@ dependencies = [
1515
"pyyaml",
1616
"tqdm",
1717
"XdetectionCore>=0.1.7.3",
18-
"pytest"
18+
"pytest",
19+
"loguru",
1920
]

0 commit comments

Comments
 (0)