We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb988e8 commit 1a522d0Copy full SHA for 1a522d0
1 file changed
pyproject.toml
@@ -29,12 +29,16 @@ dependencies = [
29
"fiftyone==1.3.0",
30
"matplotlib==3.10.1",
31
"nibabel==5.3.2",
32
- "nifti @ git+https://github.com/childmindresearch/nifti@acde4476c84040475ef6c5d0e6bbece79215d885",
+ "nifti @ git+https://github.com/childmindresearch/nifti",
33
"numpy==2.2.3",
34
"pandas==2.2.3",
35
"Pillow==11.1.0",
36
"scikit-learn==1.6.1",
37
"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",
42
]
43
dynamic = ["version"]
44
0 commit comments