Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ dependencies = [
"opencv-python>=4.5.5.64,<5",
"pandas>=2,<3",
"scikit-image>=0.23,<1",
"scikit-learn>=1.1.2,<=1.3",
"scikit-learn>=1.1.2,<=1.5.0",
"simpleitk>=2.2,<3",
"threadpoolctl>=3.1,<4",
"torch>=2.5,<2.6"
"torch>=2.5,<2.9"
]
optional-dependencies.totalsegmentator = [
"totalsegmentator==1.5.7",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ scikit-image==0.25.2 ; python_full_version < '3.11'
# via boa-contrast
scikit-image==0.26.0 ; python_full_version >= '3.11'
# via boa-contrast
scikit-learn==1.3.0
scikit-learn==1.5.0
# via boa-contrast
scipy==1.15.3 ; python_full_version < '3.11'
# via
Expand Down Expand Up @@ -151,7 +151,7 @@ tifffile==2026.3.3 ; python_full_version >= '3.11'
# via scikit-image
tomli==2.4.0 ; python_full_version < '3.11'
# via pytest
torch==2.5.1
torch==2.8.0
# via boa-contrast
triton==3.1.0 ; platform_machine == 'x86_64' and sys_platform == 'linux'
# via torch
Expand Down
Loading
Loading