From afea6988a804baef20db27e8bd596e367cdf942f Mon Sep 17 00:00:00 2001 From: Sejin Kim <40668167+skim2257@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:06:54 -0500 Subject: [PATCH] Mit lite (#96) * Detached branch (#94) * v1.2.0 for lighter install. * update main-ci.yml * fixed test_dataset * added zipfile and request * added torch and torchio --- .github/workflows/main-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 04e529fb..247b488a 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -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