File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,17 @@ dependencies = [
2424 " numpy>=1.21.0;python_version<'3.10'" ,
2525 " numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'" ,
2626 " numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'" ,
27- " numpy>=1.26.2 ;python_version>='3.13'" ,
27+ " numpy>=2.1.0 ;python_version>='3.13'" ,
2828 " pandas>=1.4.0;python_version<'3.11'" ,
2929 " pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'" ,
3030 " pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'" ,
3131 " pandas>=2.2.3;python_version>='3.13'" ,
32- ' plotly>=5.10.0' ,
32+ " plotly>=5.10.0;python_version<'3.13'" ,
33+ " plotly>=5.12.0;python_version>='3.13'" ,
3334 " scipy>=1.7.3;python_version<'3.10'" ,
3435 " scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'" ,
35- " scipy>=1.12.0;python_version>='3.12'" ,
36+ " scipy>=1.12.0;python_version>='3.12' and python_version<'3.13'" ,
37+ " scipy>=1.14.1;python_version>='3.13'" ,
3638]
3739
3840[project .urls ]
You can’t perform that action at this time.
0 commit comments