Skip to content

Commit

Permalink
Mit lite (#96)
Browse files Browse the repository at this point in the history
* Detached branch (#94)

* v1.2.0 for lighter install.

* update main-ci.yml

* fixed test_dataset

* added zipfile and request

* added torch and torchio
  • Loading branch information
skim2257 authored Feb 5, 2024
1 parent 88857bf commit afea698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest[torch] setuptools wheel twine
python -m pip install flake8 pytest setuptools wheel twine torch torchio
pip install -e .
pip install -r requirements.txt
- name: Import checking
Expand Down

0 comments on commit afea698

Please sign in to comment.