Skip to content

Commit

Permalink
Remove cupy install from integration test workflow (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 28, 2023
1 parent 3518eb4 commit 8f2f71a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
poetry env use '3.10'
source $(poetry env info --path)/bin/activate
poetry install --with test,dev --all-extras
pip install cupy-cuda12x
env MPICC=/opt/openmpi-4.1.5/bin/mpicc python -m pip install git+https://github.com/mpi4py/mpi4py
coverage run -m pytest -m integration_test && coverage xml && coverage report -m
- name: Upload coverage to Codecov
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ DICOM images to create datasets. All optional dependencies can be installed with
| xgboost | xgboost | Allows use of [XGBoost](https://xgboost.readthedocs.io/en/stable/) model |
| torch | torch | Allows use of [PyTorch](https://pytorch.org/) models |
| torchvision | torchvision | Allows use of [Torchvision](https://pytorch.org/vision/stable/index.html) library |
| torchxrayvision | torchxrayvision | Uses [torchxrayvision](https://mlmed.org/torchxrayvision/) library |
| monai | monai | Uses [monai](https://github.com/Project-MONAI/MONAI) to load and transform images |
| alibi | alibi | Uses [alibi](https://docs.seldon.io/projects/alibi/en/stable/) for additional explainability functionality |
| alibi-detect | alibi-detect | Uses [alibi-detect](https://docs.seldon.io/projects/alibi-detect/en/stable/) for dataset shift detection |
| torchxrayvision | torchxrayvision | Uses [TorchXRayVision](https://mlmed.org/torchxrayvision/) library |
| monai | monai | Uses [MONAI](https://github.com/Project-MONAI/MONAI) to load and transform images |
| alibi | alibi | Uses [Alibi](https://docs.seldon.io/projects/alibi/en/stable/) for additional explainability functionality |
| alibi-detect | alibi-detect | Uses [Alibi Detect](https://docs.seldon.io/projects/alibi-detect/en/stable/) for dataset shift detection |


## 🧑🏿‍💻 Developing
Expand Down
1 change: 1 addition & 0 deletions cyclops/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Cyclops datasets package."""

from cyclops.data.features import MedicalImage
from cyclops.data.packaged_loading_scripts import medical_imagefolder
from cyclops.data.slicer import SliceSpec
15 changes: 7 additions & 8 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ are listed in the sections below.
| | | library |
+-----------------------------+--------------------------+--------------+
| torchxrayvision | torchxrayvision | Uses |
| | | `torchxr |
| | | ayvision <ht |
| | | `TorchXR |
| | | ayVision <ht |
| | | tps://mlmed. |
| | | org/torchxra |
| | | yvision/>`__ |
| | | library |
+-----------------------------+--------------------------+--------------+
| monai | monai | Uses |
| | | `m |
| | | onai <https: |
| | | `M |
| | | ONAI <https: |
| | | //github.com |
| | | /Project-MON |
| | | AI/MONAI>`__ |
Expand All @@ -98,7 +98,7 @@ are listed in the sections below.
| | | images |
+-----------------------------+--------------------------+--------------+
| alibi | alibi | Uses |
| | | `alibi <http |
| | | `Alibi <http |
| | | s://docs.sel |
| | | don.io/proje |
| | | cts/alibi/en |
Expand All @@ -110,9 +110,8 @@ are listed in the sections below.
| | | f |
| | | unctionality |
+-----------------------------+--------------------------+--------------+
| alibi-detect | alibi-detect | Uses |
| | | `a |
| | | libi-detect |
| alibi-detect | alibi-detect | Uses `Alibi |
| | | Detect |
| | | <https://doc |
| | | s.seldon.io/ |
| | | projects/ali |
Expand Down

0 comments on commit 8f2f71a

Please sign in to comment.