Skip to content

Commit 1a522d0

Browse files
committed
Pin dependencies required for elbow
- Don't pin nifti
1 parent cb988e8 commit 1a522d0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,16 @@ dependencies = [
2929
"fiftyone==1.3.0",
3030
"matplotlib==3.10.1",
3131
"nibabel==5.3.2",
32-
"nifti @ git+https://github.com/childmindresearch/nifti@acde4476c84040475ef6c5d0e6bbece79215d885",
32+
"nifti @ git+https://github.com/childmindresearch/nifti",
3333
"numpy==2.2.3",
3434
"pandas==2.2.3",
3535
"Pillow==11.1.0",
3636
"scikit-learn==1.6.1",
3737
"scipy==1.15.2",
38+
# Last known working elbow dependencies
39+
"typing_extensions==4.12.2",
40+
"pyarrow==19.0.1",
41+
"tqdm==4.67.1",
3842
]
3943
dynamic = ["version"]
4044

0 commit comments

Comments
 (0)