@@ -4,47 +4,45 @@ version = "0.1.0"
44description = " Sensitive detection and analysis of whole-face movement in mice."
55authors = [{ name = " Hou Lab CSHL" , email = " the.hou.lab@gmail.com" }]
66readme = " ../../README.md"
7- requires-python = " == 3.10.* "
7+ requires-python = " >= 3.10"
88scripts = { cheese3d = " cheese3d.cli:cli" }
99dependencies = [
1010 " pip>=25.2,<26" ,
11- " ipython" ,
12- " ipykernel" ,
13- " jupyter" ,
14- " protobuf < 3.20" ,
15- " tables == 3.7.*" ,
16- " pandas == 2.1.*" ,
17- " configobj == 5.0.8" ,
11+ # "ipython",
12+ # "ipykernel",
13+ # "jupyter",
14+ # "protobuf < 3.20",
15+ " pandas >= 2.1" ,
16+ # "configobj == 5.0.8",
1817 " hydra-core == 1.3.*" ,
19- " joblib == 1.5.*" ,
20- " torch <= 1.12.0" ,
18+ # "joblib == 1.5.*",
2119 " aniposelib @ git+https://github.com/Hou-Lab-CSHL/aniposelib.git@62a15fef" ,
2220 " anipose @ git+https://github.com/Hou-Lab-CSHL/anipose.git" ,
2321 " opencv-python == 4.7.*" ,
2422 " opencv-python-headless == 4.7.*" ,
2523 " opencv-contrib-python == 4.7.*" ,
2624 " pims == 0.6.*" ,
27- " seaborn" ,
25+ # "seaborn",
2826 " filelock >= 3.24.3" ,
2927 " open-ephys-python-tools == 0.1.12" ,
30- " typer-slim[standard]>= 0.15.3,< 0.16" ,
28+ " typer-slim[standard] >= 0.15.3, < 0.16" ,
3129 " questionary" ,
3230 " textual == 6.8.*" ,
3331 " textual-fspicker == 0.6.*" ,
3432 " textual_serve == 1.1.*" ,
3533 " cheese3d_annotator == 0.1.0" ,
3634
3735 # Linux-specific deps
38- " blosc2; sys_platform == 'linux'" ,
39- " tensorflow == 2.10.* ; sys_platform == 'linux'" ,
40- " jax[cuda12_pip] >=0.4,<0.5 ; sys_platform == 'linux'" ,
41- " deeplabcut[tf] @ git+https://github.com/Hou-Lab-CSHL/DeepLabCut.git ; sys_platform == 'linux'" ,
36+ # "blosc2; sys_platform == 'linux'",
37+ " tensorflow >= 2.13 ; sys_platform == 'linux'" ,
38+ " jax[cuda12] ; sys_platform == 'linux'" ,
39+ " deeplabcut[tf] ; sys_platform == 'linux'" ,
4240
4341 # Apple silicon-specific deps
44- " tensorflow-macos == 2.10.* ; sys_platform == 'darwin'" ,
45- " tensorflow-metal == 0.6.* ; sys_platform == 'darwin'" ,
46- " jax[cpu] >=0.4,<0.5 ; sys_platform == 'darwin'" ,
47- " deeplabcut[apple_mchips] @ git+https://github.com/Hou-Lab-CSHL/DeepLabCut.git ; sys_platform == 'darwin'" ,
42+ " tensorflow-macos >= 2.13 ; sys_platform == 'darwin'" ,
43+ " tensorflow-metal ; sys_platform == 'darwin'" ,
44+ " jax[cpu]; sys_platform == 'darwin'" ,
45+ " deeplabcut[apple_mchips] ; sys_platform == 'darwin'" ,
4846]
4947
5048[build-system ]
0 commit comments