Skip to content
Closed
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: 4 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ jobs:
python get-pip.py && \
rm get-pip.py;
fi
- if: matrix.environment == "PT18+CUDA112"
name: Add CuPy dependency to the latest CUDA environment
run: |
echo "cupy-cuda112" >> requirements-dev.txt
- name: Install dependencies
run: |
which python
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ sphinx-autodoc-typehints==1.11.1
sphinx-rtd-theme==0.5.2
cucim~=0.19.0; platform_system == "Linux"
openslide-python==1.1.2
cupy==8.6.0