@@ -5,28 +5,28 @@ build-backend = "flit_core.buildapi"
55[project ]
66name = " arviz-stats"
77readme = " README.md"
8- requires-python = " >=3.11 "
8+ requires-python = " >=3.12 "
99license = {file = " LICENSE" }
1010authors = [
1111 {name = " ArviZ team" , email = " arvizdevs@gmail.com" }
1212]
1313classifiers = [
14- " Development Status :: 3 - Alpha " ,
14+ " Development Status :: 5 - Production/Stable " ,
1515 " Intended Audience :: Developers" ,
1616 " Intended Audience :: Science/Research" ,
1717 " Intended Audience :: Education" ,
1818 " License :: OSI Approved :: Apache Software License" ,
1919 " Operating System :: OS Independent" ,
2020 " Programming Language :: Python" ,
2121 " Programming Language :: Python :: 3" ,
22- " Programming Language :: Python :: 3.11" ,
2322 " Programming Language :: Python :: 3.12" ,
2423 " Programming Language :: Python :: 3.13" ,
24+ " Programming Language :: Python :: 3.14" ,
2525]
2626dynamic = [" version" , " description" ]
2727dependencies = [
2828 " numpy>=2" ,
29- " scipy>=1.10 " ,
29+ " scipy>=1.13 " ,
3030]
3131
3232[tool .flit .module ]
@@ -43,7 +43,7 @@ funding = "https://opencollective.com/arviz"
4343xarray = [
4444 " arviz-base @ git+https://github.com/arviz-devs/arviz-base" ,
4545 " xarray-einstats" ,
46- " xarray" ,
46+ " xarray>=2024.11.0 " ,
4747]
4848numba = [
4949 " numba" ,
0 commit comments