Skip to content

Commit

Permalink
removed dependency from multipagetiff
Browse files Browse the repository at this point in the history
  • Loading branch information
bmandracchia committed Oct 1, 2024
1 parent 4ec618a commit dcedd97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions nbs/00_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,10 @@
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
5 changes: 4 additions & 1 deletion nbs/02_io.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"from fastai.vision.all import *\n",
"from fastai.data.all import *\n",
"from torchio import ScalarImage, ToCanonical, Resample\n",
"import multipagetiff as mtif\n",
"from aicsimageio import AICSImage\n",
"import h5py\n",
"\n",
Expand Down Expand Up @@ -547,6 +546,10 @@
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ status = 3
user = bmandracchia

### Optional ###
requirements = pandas aicsimageio==4.14 h5py==3.11 plotly==5.23 fastai==2.7.12 monai==1.2.0 torchio==0.18.91 xlrd>=1.2.0 scikit-image==0.19.3 imagedata==2.1.3
requirements = pandas aicsimageio==4.14 h5py==3.11 plotly==5.23 fastai==2.7.12 monai==1.2.0 torchio==0.18.91 xlrd>=1.2.0 scikit-image==0.19.3 imagedata==2.1.3 pooch==1.8.2 mamba-ssm==2.2.2
dev_requirements = ipywidgets nbdev-numpy nbdev-stdlib pandas matplotlib nbclassic
# console_scripts =

0 comments on commit dcedd97

Please sign in to comment.