Skip to content

Commit 4ba7e11

Browse files
author
Dammy Desktop
committed
parse error
1 parent 16cc780 commit 4ba7e11

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
[build-system]
2-
requires = ["setuptools>=61.0", "wheel"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
6-
name = "Pupil_LIMlab" # Must be unique on PyPI
7-
version = "1.0.5.7"
2+
name = "Pupil_LIMlab"
3+
version = "1.0.5.8"
84
description = "A pupil analysis and inference toolkit"
95
readme = "README.md"
106
authors = [{name = "Dammy", email = "a.aonih@ucl.ac.uk"}]
@@ -13,15 +9,15 @@ dependencies = [
139
"numpy < 2.0.0",
1410
"matplotlib",
1511
"pandas",
16-
"scipy<1.13",
12+
"scipy < 1.13",
1713
"pyyaml",
1814
"tqdm",
19-
"XdetectionCore>=0.1.7.3",
15+
"XdetectionCore >= 0.1.7.3",
2016
"pytest",
2117
"loguru",
2218
"rich",
2319
"opencv-python",
24-
"pyinspect==0.1.0",
20+
"pyinspect == 0.1.0",
2521
"cloudpickle",
2622
"fvcore",
2723
"omegaconf",
@@ -30,8 +26,9 @@ dependencies = [
3026
"imageio[ffmpeg]",
3127
"scikit-learn",
3228
]
29+
30+
3331
[tool.pytest.ini_options]
3432
testpaths = ["tests"]
35-
# This tells pytest NOT to look inside your dependency folders
36-
norecursedirs = ["build", "dist"]
33+
norecursedirs = ["build", "dist", "venv*", ".*"]
3734
pythonpath = ["."]

0 commit comments

Comments
 (0)