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
2 changes: 1 addition & 1 deletion test/requirements_lnx_cu12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ torchvision; python_version < '3.13' and platform_machine == "x86_64"
opencv-python==4.11.0.86
scikit-image==0.25.0; python_version >= '3.10' and python_version < '3.14'
scipy==1.15.1; python_version >= '3.10' and python_version < '3.14'
pytest==8.3.4
pytest==9.0.3
pytest-xdist>=3.0.0
nose
nose2
Expand Down
2 changes: 1 addition & 1 deletion test/requirements_lnx_cu13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ torchvision; python_version < '3.13' and platform_machine == "x86_64"
opencv-python==4.11.0.86
scikit-image==0.25.0; python_version < '3.14'
scipy==1.15.1; python_version < '3.14'
pytest==8.3.4
pytest==9.0.3
pytest-xdist>=3.0.0
nose
nose2
Expand Down
2 changes: 1 addition & 1 deletion test/requirements_win_cu12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ torch==2.3.1+cu121; python_version < '3.13'
opencv-python==4.11.0.86
scikit-image==0.25.0; python_version < '3.14'
scipy==1.15.1; python_version < '3.14'
pytest==8.3.4
pytest==9.0.3
pytest-xdist>=3.0.0
pynvml==11.5.3
# highdicom pulls in pyjpegls, which has no wheel for Python 3.14 and requires MSVC to build on Windows.
Expand Down
2 changes: 1 addition & 1 deletion test/requirements_win_cu13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ torch==2.3.1+cu121; python_version < '3.13'
opencv-python==4.11.0.86
scikit-image==0.25.0; python_version >= '3.10' and python_version < '3.14'
scipy==1.15.1; python_version >= '3.10' and python_version < '3.14'
pytest==8.3.4
pytest==9.0.3
pytest-xdist>=3.0.0
pynvml==11.5.3
# highdicom pulls in pyjpegls, which has no wheel for Python 3.14 and requires MSVC to build on Windows.
Expand Down