Skip to content

Commit

Permalink
MIT lite (#102)
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

* added missing dep in main-ci

* Detached branch (#94)

* v1.2.0 for lighter install.

* update main-ci.yml

* fixed test_dataset

* updated PyPI push with API key

* build-pkg pls work

* pypi changes

* no egg please

* hm

* remove dataset dependency. to be reconciled later

* 1.2.0.1 hopefully fixed

* main-ci removed test_dataset
  • Loading branch information
skim2257 authored Feb 6, 2024
1 parent e378eea commit 535bff0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ jobs:
python -c "import imgtools"
- name: Run pytest
run: |
pytest tests
pytest tests/test_components.py
pytest tests/test_modalities.py
pytest tests/test_pipeline.py
1 change: 0 additions & 1 deletion imgtools/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .common import *
from .loaders import *
from .writers import *
from .dataset import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="med-imagetools",
version="1.2.0",
version="1.2.0.1",
author="Sejin Kim, Michal Kazmierski, Kevin Qu, Vishwesh Ramanathan, Benjamin Haibe-Kains",
author_email="benjamin.haibe.kains@utoronto.ca",
description="Transparent and reproducible image processing pipelines in Python.",
Expand Down

0 comments on commit 535bff0

Please sign in to comment.