File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ dependencies = [
2929 " numpy>=1.24.0;python_version>='3.10' and python_version<'3.12'" ,
3030 " numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'" ,
3131 " numpy>=2.1.0;python_version>='3.13'" ,
32- " pandas>=1.4.0;python_version<'3.11'" ,
33- " pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'" ,
34- " pandas>=2.1.1;python_version>='3.12' and python_version<'3.13'" ,
35- " pandas>=2.2.3;python_version>='3.13'" ,
32+ " pandas>=1.4.0,<3 ;python_version<'3.11'" ,
33+ " pandas>=1.5.0,<3 ;python_version>='3.11' and python_version<'3.12'" ,
34+ " pandas>=2.1.1,<3 ;python_version>='3.12' and python_version<'3.13'" ,
35+ " pandas>=2.2.3,<3 ;python_version>='3.13'" ,
3636 ' tqdm>=4.29' ,
3737 ' copulas>=0.12.1' ,
3838 ' ctgan>=0.11.1' ,
You can’t perform that action at this time.
0 commit comments