File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 "
84description = " A pupil analysis and inference toolkit"
95readme = " README.md"
106authors = [{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 ]
3432testpaths = [" tests" ]
35- # This tells pytest NOT to look inside your dependency folders
36- norecursedirs = [" build" , " dist" ]
33+ norecursedirs = [" build" , " dist" , " venv*" , " .*" ]
3734pythonpath = [" ." ]
You can’t perform that action at this time.
0 commit comments