Skip to content

Commit

Permalink
Remove source-cupy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
relativityhd committed Nov 29, 2024
1 parent ce63d87 commit f5de1ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ cuda11 = [
"torch==2.2.0+cu118",
"torchvision==0.17.0+cu118",
"cucim-cu11>=24.8.0",
"cupy>=13.3.0",
"cupy-xarray>=0.1.4",
"cupy-cuda11x>=13.3.0",
"cupy-xarray @ git+https://github.com/xarray-contrib/cupy-xarray",
"cuda-python>=12.6.2.post1",
"pynvml==11.4.1",
]
cuda12 = [
"torch==2.2.0+cu121",
"torchvision==0.17.0+cu121",
"cucim-cu12==24.8.*",
"cupy>=13.3.0",
"cupy-xarray>=0.1.4",
"cupy-cuda12x>=13.3.0",
"cupy-xarray @ git+https://github.com/xarray-contrib/cupy-xarray",
"cuda-python>=12.6.2.post1",
"pynvml==11.4.1",
]
Expand Down

0 comments on commit f5de1ab

Please sign in to comment.