Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 20d0601

Browse files
committed
fix bumpversion false positives
1 parent c498599 commit 20d0601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"bumpversion>=0.6.0",
3030
"coverage>=5.1",
3131
"ipython>=7.15.0",
32-
"m2r>=0.2.2",
32+
"m2r>=0.2.1",
3333
"Sphinx>=2.0.0b1,<3",
3434
"sphinx_rtd_theme>=0.4.3",
3535
"tox>=3.15.2",
@@ -51,7 +51,7 @@
5151
requirements = [
5252
*step_workflow_requirements,
5353
# project requires
54-
"aicsfeature>=0.2.2",
54+
"aicsfeature>=0.2.1",
5555
"aicsimageio>=3.2.3",
5656
"aicsimageprocessing>=0.7.4",
5757
"matplotlib>=3.2.0",

0 commit comments

Comments
 (0)