Skip to content

Commit 1fd7622

Browse files
authored
Merge branch 'develop' into pre-commit-ci-update-config
2 parents 8b6f776 + aab2df9 commit 1fd7622

File tree

3 files changed

+28
-27
lines changed

3 files changed

+28
-27
lines changed

docs/requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
furo>=2022.6.21
2-
jinja2>=3.0.3, <3.1.0
1+
furo>=2022.12.7
32
myst-nb>=0.17.1
43
myst-parser>=0.18.1
5-
sphinx-copybutton>=0.5.0
6-
sphinx-toolbox>=3.1.2
4+
sphinx-copybutton>=0.5.1
5+
sphinx-toolbox>=3.2.0
76
sphinx_design>=0.3.0

requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ albumentations>=1.3.0
44
Click>=8.1.3
55
defusedxml>=0.7.1
66
flask>=2.2.2
7-
glymur>=0.11.7
8-
imagecodecs>=2021.11.20
9-
jupyterlab>=3.4.8
10-
matplotlib>=3.5.3
11-
numpy>=1.21.6
7+
glymur>=0.12.1
8+
imagecodecs>=2022.9.26
9+
jupyterlab>=3.5.2
10+
matplotlib>=3.6.2
11+
numpy>=1.23.5
1212
opencv-python>=4.6.0
1313
openslide-python>=1.2.0
14-
pandas>=1.3.5
15-
pillow>=9.2.0
16-
pydicom>=2.3.0 # Used by wsidicom
14+
pandas>=1.5.2
15+
pillow>=9.3.0
16+
pydicom>=2.3.1 # Used by wsidicom
1717
pyyaml>=6.0
1818
requests>=2.28.1
1919
scikit-image>=0.19.3
20-
scikit-learn>=1.0.2
21-
scipy>=1.7.3
20+
scikit-learn>=1.2.0
21+
scipy>=1.9.3
2222
shapely>=1.8.5, <2.0.0 # Remove 2.0.0 once AnnotationStore is compatible
23-
SimpleITK>=2.1.1
24-
sphinx>=4.3.2
25-
tifffile>=2021.11.2
26-
torch>=1.13.0
27-
torchvision>=0.13.0
23+
SimpleITK>=2.2.1
24+
sphinx>=5.3.0
25+
tifffile>=2022.10.10
26+
torch>=1.13.1
27+
torchvision>=0.14.1
2828
tqdm>=4.64.1
2929
umap-learn>=0.5.3
30-
wsidicom>=0.3.2
31-
zarr>=2.12.0
30+
wsidicom>=0.5.0
31+
zarr>=2.13.3

requirements_dev.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
-r requirements.txt
22
-r docs/requirements.txt
3-
black>=22.10.0
3+
black>=22.12.0
44
bump2version>=1.0.1
5-
coverage>=6.5.0
6-
docutils>=0.17.1
5+
coverage>=7.0.0
6+
docutils>=0.18.1
77
flake8>=5.0.4
8-
flake8-bugbear>=22.9.23
8+
flake8-bugbear>=22.10.27
9+
isort>=5.11.4
10+
jinja2>=3.0.3, <3.1.0
911
pip>=22.3
1012
pre-commit>=2.20.0
11-
pytest>=7.1.3
13+
pytest>=7.2.0
1214
pytest-cov>=4.0.0
1315
pytest-runner>=6.0
1416
toml>=0.10.2
15-
tox>=3.26.0
17+
tox>=3.27.1
1618
twine>=4.0.1
1719
wheel>=0.37.1

0 commit comments

Comments
 (0)