@@ -7,7 +7,7 @@ name = "simdec"
77version = " 1.2.0dev0"
88description = " Sensitivity analysis using simulation decomposition"
99readme = " README.md"
10- requires-python = " >=3.9 "
10+ requires-python = " >=3.10 "
1111license = " BSD-3-Clause"
1212authors = [
1313 { name = " Pamphile Roy" },
@@ -23,21 +23,23 @@ classifiers = [
2323 " Operating System :: OS Independent" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3.9" ,
2726 " Programming Language :: Python :: 3.10" ,
2827 " Programming Language :: Python :: 3.11" ,
28+ " Programming Language :: Python :: 3.12" ,
2929]
3030
3131dependencies = [
3232 " numpy" ,
3333 " pandas" ,
3434 " SALib" ,
3535 " seaborn" ,
36- " typer[all]" ,
37- " panel" ,
3836]
3937
4038[project .optional-dependencies ]
39+ dashboard = [
40+ " panel" ,
41+ ]
42+
4143test = [
4244 " pytest" ,
4345 " pytest-cov" ,
@@ -51,14 +53,11 @@ doc = [
5153]
5254
5355dev = [
54- " simdec[doc,test]" ,
56+ " simdec[doc,test,dashboard ]" ,
5557 " pre-commit" ,
5658 " hatch" ,
5759]
5860
59- [project .scripts ]
60- simdec = " simdec.workflow:app"
61-
6261[project .urls ]
6362homepage = " https://www.simdec.fi/"
6463documentation = " https://simdec.readthedocs.io"
0 commit comments