@@ -13,24 +13,29 @@ classifiers = [
1313 ' Programming Language :: Python :: 3.10' ,
1414 ' Programming Language :: Python :: 3.11' ,
1515 ' Programming Language :: Python :: 3.12' ,
16+ ' Programming Language :: Python :: 3.13' ,
1617 ' Topic :: Scientific/Engineering :: Artificial Intelligence' ,
1718]
1819keywords = [ ' copulas' ]
1920dynamic = [" version" ]
2021license = { text = ' BSL-1.1' }
21- requires-python = ' >=3.8,<3.13 '
22+ requires-python = ' >=3.8,<3.14 '
2223readme = ' README.md'
2324dependencies = [
2425 " numpy>=1.21.0;python_version<'3.10'" ,
2526 " numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'" ,
26- " numpy>=1.26.0;python_version>='3.12'" ,
27+ " numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'" ,
28+ " numpy>=2.1.0;python_version>='3.13'" ,
2729 " pandas>=1.4.0;python_version<'3.11'" ,
2830 " pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'" ,
29- " pandas>=2.1.1;python_version>='3.12'" ,
30- ' plotly>=5.10.0' ,
31+ " pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'" ,
32+ " pandas>=2.2.3;python_version>='3.13'" ,
33+ " plotly>=5.10.0;python_version<'3.13'" ,
34+ " plotly>=5.12.0;python_version>='3.13'" ,
3135 " scipy>=1.7.3;python_version<'3.10'" ,
3236 " scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'" ,
33- " scipy>=1.12.0;python_version>='3.12'" ,
37+ " scipy>=1.12.0;python_version>='3.12' and python_version<'3.13'" ,
38+ " scipy>=1.14.1;python_version>='3.13'" ,
3439]
3540
3641[project .urls ]
0 commit comments