Skip to content

Commit 05ea0c8

Browse files
committed
Update numpy dependency to allow versions >=1.18.5 and add pandas and deeplabcut as new dependencies in pyproject.toml
1 parent ea2d711 commit 05ea0c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ dependencies = [
2828
"torchvision==0.19.1",
2929
"timm>=1.0.0",
3030
"einops==0.4.0",
31-
"numpy==2.1.1",
31+
"numpy>=1.18.5,<2.0",
3232
"tqdm>=4.60.0",
3333
"scipy>=1.7.0",
3434
"yacs>=0.1.8",
3535
"opencv-python>=4.5.0",
3636
"numba>=0.56.0",
3737
"scikit-image>=0.19.0",
3838
"filterpy>=1.4.5",
39+
"pandas>=1.0.1",
40+
"deeplabcut==3.0.0rc13",
3941
]
4042

4143
[project.optional-dependencies]

0 commit comments

Comments
 (0)