We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7241a commit 679b8c8Copy full SHA for 679b8c8
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "Pupil_LIMlab" # Must be unique on PyPI
7
-version = "1.0.5.2"
+version = "1.0.5.3"
8
description = "A pupil analysis and inference toolkit"
9
readme = "README.md"
10
authors = [{name = "Dammy", email = "a.aonih@ucl.ac.uk"}]
@@ -15,5 +15,6 @@ dependencies = [
15
"pyyaml",
16
"tqdm",
17
"XdetectionCore>=0.1.7.3",
18
- "pytest"
+ "pytest",
19
+ "loguru",
20
]
0 commit comments