Skip to content

Commit

Permalink
Merge pull request #22 from shaneahmed/main
Browse files Browse the repository at this point in the history
🔖 Update `tiatoolbox` Version to v`1.6.0`.
  • Loading branch information
shaneahmed authored Dec 12, 2024
2 parents 44cdf38 + 5161c30 commit 9113eb8
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 66 deletions.
3 changes: 2 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cdt_name:
- cos6
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 19 additions & 13 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 27 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 16 additions & 5 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 41 additions & 39 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% set name = "tiatoolbox" %}
{% set version = "1.5.1" %}
{% set version = "1.6.0" %}
{% set python_min = "3.9" %}


package:
Expand All @@ -8,7 +9,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 79528989b2ecb910869990fc2fb1217fb638b6070ef68e1e1c338078a1ceb512
sha256: a775e8a0fd7e1a7cc39774314fd15c5531339c90fb0054d70d118ecd90872935

build:
number: 0
Expand All @@ -21,46 +22,46 @@ requirements:
host:
- pip
- pytest-runner
- python >=3.8, <=3.11
- python {{ python_min }}
run:
- albumentations >=1.3.0, <=1.3.1
- bokeh >=3.1.1, <=3.3.2
- albumentations >=1.3.0, <=1.4.21
- bokeh >=3.1.1, <3.6.0
- click >=8.1.3, <=8.1.7
- cudatoolkit >=11.8, <=12.1
- defusedxml >=0.7.1, <=0.7.1
- filelock >=3.9.0, <=3.13.1
- flask >=2.2.2, <=2.3.2
- flask-cors >=4.0.0, <=4.0.0
- glymur >=0.12.7, <=0.12.9
- imagecodecs >=2022.9.26, <=2023.9.18
- joblib >=1.1.1, <=1.3.2
- jupyterlab >=3.5.2, <=4.0.9
- matplotlib-base >=3.6.2, <=3.8.2
- numba >=0.57.0, <=0.58.1
- numpy >=1.23.5, <=1.26.2
- opencv >=4.6.0, <=4.8.1
- openjpeg >=2.4.0, <=2.5.0
- openslide-python >=1.2.0, <=1.3.1
- pandas >=2.0.0, <=2.1.4
- pillow >=9.3.0, <=10.1.0
- pixman >=0.39.0, <=0.42.2
- pydicom >=2.3.1, <=2.4.4
- python >=3.8, <=3.11
- pytorch >=2.0.0, <=2.1.2
- pyyaml >=6.0, <=6.0.1
- requests >=2.28.1, <=2.31.0
- scikit-image >=0.20, <=1.11.4
- scikit-learn >=1.2.0, <=1.3.2
- scipy >=1.8.0, <=1.11.4
- shapely >=2.0.0, <=2.0.2
- SimpleITK >=2.2.1, <=2.3.1
- sphinx >=5.3.0, <=7.2.6
- tifffile >=2022.10.10, <=2023.12.9
- torchvision >=0.15.0, <=0.16.2
- tqdm >=4.64.1, <=4.66.1
- umap-learn >=0.5.3, <=0.5.5
- wsidicom >=0.7.0, <=0.17.0
- zarr >=2.13.3, <=2.16.1
- filelock >=3.9.0, <=3.16.1
- flask >=2.2.2, <=3.1.0
- flask-cors >=4.0.0, <=5.0.0
- glymur >=0.12.7, <=0.13.6
- imagecodecs >=2022.9.26, <=2024.9.22
- joblib >=1.1.1, <=1.4.2
- jupyterlab >=3.5.2, <=4.3.2
- matplotlib-base >=3.6.2, <=3.9.3
- numba >=0.57.0, <=0.60.0
- numpy >=1.23.5, <2.0.0
- opencv >=4.6.0, <=4.10.0
- openjpeg >=2.4.0, <=2.5.3
- openslide-python >=1.2.0, <=1.4.1
- pandas >=2.0.0, <=2.2.3
- pillow >=9.3.0, <=11.0.0
- pixman >=0.39.0, <=0.44.2
- pydicom >=2.3.1, <=3.0.1
- python >={{ python_min }}
- pytorch >=2.0.0, <=2.5.1
- pyyaml >=6.0, <=6.0.2
- requests >=2.28.1, <=2.32.3
- scikit-image >=0.20, <=0.24.0
- scikit-learn >=1.2.0, <=1.5.2
- scipy >=1.8, <=1.14.1
- shapely >=2.0.0, <=2.0.6
- SimpleITK >=2.2.1, <=2.4.0
- sphinx >=5.3.0, <=8.1.3
- tifffile >=2022.10.10, <=2024.9.20
- timm >=1.0.3, <=1.0.12
- torchvision >=0.15.0, <=0.20.1
- tqdm >=4.64.1, <=4.67.1
- umap-learn >=0.5.3, <=0.5.7
- wsidicom >=0.18.0, <=0.22.0
- zarr >=2.13.3, <=2.18.3

test:
imports:
Expand All @@ -70,6 +71,7 @@ test:
- tiatoolbox --help
requires:
- pip
- python {{ python_min }}

about:
home: https://github.com/TissueImageAnalytics/tiatoolbox
Expand Down

0 comments on commit 9113eb8

Please sign in to comment.