@@ -10,7 +10,7 @@ maintainers = [
1010 { name = " Nick Moore" , email =" nick@zoic.org" },
1111]
1212description = " CountESS"
13- requires-python = " >=3.9 "
13+ requires-python = " >=3.10 "
1414classifiers = [
1515 ' Development Status :: 3 - Alpha' ,
1616 ' Intended Audience :: Science/Research' ,
@@ -19,37 +19,37 @@ classifiers = [
1919]
2020dependencies = [
2121 ' dnaio~=1.2.3' ,
22- ' duckdb> =1.3.1' ,
22+ ' duckdb~ =1.3.1' ,
2323 ' fqfa~=1.3.1' ,
24- ' more_itertools~=9.1 .0' ,
25- ' numpy~=1.26 ' ,
26- ' pandas~=2.2.3 ' ,
27- ' psutil~=5.9.5 ' ,
24+ ' more_itertools~=10.7 .0' ,
25+ ' numpy~=2.3.1 ' ,
26+ ' pandas~=2.3.0 ' ,
27+ ' psutil~=7.0.0 ' ,
2828 ' pyarrow~=20.0.0' ,
29- ' rapidfuzz~=3.13' ,
30- ' scipy~=1.15.3 ' ,
31- ' tkinterweb~=3.23.5 ' ,
29+ ' rapidfuzz~=3.13.0 ' ,
30+ ' scipy~=1.16.0 ' ,
31+ ' tkinterweb~=4.3.1 ' ,
3232 ' ttkthemes~=3.2.2' ,
33- ' typing_extensions~=4.8 .0' ,
33+ ' typing_extensions~=4.14 .0' ,
3434]
3535
3636[project .optional-dependencies ]
3737dev = [
3838 ' black<24' ,
39- ' build= =1.2.2' ,
40- ' coverage==7.3.2 ' ,
41- ' mypy~=1.0 .1' ,
42- ' pylint~=3.2.3 ' ,
39+ ' build~ =1.2.2' ,
40+ ' coverage~=7.9.1 ' ,
41+ ' mypy~=1.16 .1' ,
42+ ' pylint~=3.3.7 ' ,
4343 ' semver~=3.0.2' ,
44- ' types-psutil~=5.9.5 ' ,
45- ' types-ttkthemes~=3.2' ,
44+ ' types-psutil~=7.0.0 ' ,
45+ ' types-ttkthemes~=3.2.4 ' ,
4646 ' twine~=6.1.0' ,
4747 ' packaging~=25.0' ,
48- ' pandas-stubs~=2.1.0 ' ,
48+ ' pandas-stubs~=2.2.3 ' ,
4949 ' pyarrow-stubs~=20.0.0' ,
50- ' pytest~=7.2 ' ,
51- ' pytest-socket~=0.6 .0' ,
52- ' requests-mock~=1.11.0 ' ,
50+ ' pytest~=8.4.1 ' ,
51+ ' pytest-socket~=0.7 .0' ,
52+ ' requests-mock~=1.12.1 ' ,
5353]
5454
5555[project .entry-points .countess_plugins ]
@@ -133,6 +133,6 @@ markers = [ "slow", "gui" ]
133133
134134[tool .mypy ]
135135plugins = [
136- " numpy.typing.mypy_plugin" ,
136+ # "numpy.typing.mypy_plugin",
137137]
138138mypy_path = " mypy_stubs"
0 commit comments