@@ -8,10 +8,10 @@ build-backend = "setuptools.build_meta"
88# https://peps.python.org/pep-0621/
99[project ]
1010name = " allencell-segmenter-ml"
11- version = " 1.0.0 "
11+ version = " 1.0.1rc1 "
1212description = " A plugin to leverage ML segmentation in napari"
1313readme = " README.md"
14- requires-python = " >=3.9 ,<3.11"
14+ requires-python = " >=3.10 ,<3.11"
1515license = { file = " LICENSE" }
1616
1717classifiers = [
@@ -24,14 +24,13 @@ classifiers = [
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
27- " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
2928 " Topic :: Scientific/Engineering :: Image Processing" ,
3029]
3130
3231dependencies = [
3332 " npe2>=0.6.2" ,
34- " numpy" ,
33+ " numpy<2.0 " ,
3534 " hydra-core==1.3.2" ,
3635 " bioio==1.1.0" ,
3736 " bioio-base==1.0.4" ,
@@ -51,7 +50,7 @@ Documentation = "https://github.com/AllenCell/allencell-ml-segmenter#README.md"
5150# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
5251[project .optional-dependencies ]
5352napari = [
54- " napari>=0.4.18 " ,
53+ " napari>=0.6.2 " ,
5554 " pyqt5" ,
5655]
5756
@@ -67,7 +66,7 @@ test_lint = [
6766 " mypy" ,
6867 " toml" ,
6968 " bumpver" ,
70- " napari>=0.4.18 " ,
69+ " napari>=0.6.2 " ,
7170 " magicgui"
7271]
7372
@@ -118,7 +117,7 @@ where = ["src"]
118117
119118# https://pypi.org/project/bumpver
120119[tool .bumpver ]
121- current_version = " 1.0.0 "
120+ current_version = " 1.0.1rc1 "
122121version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
123122commit_message = " Bump version {old_version} -> {new_version}"
124123commit = true
0 commit comments