File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [build-system ]
2- requires = [" setuptools>=68" , " wheel" ]
3- build-backend = " setuptools.build_meta"
4-
5- [project ]
6- name = " rlearner"
7- version = " 0.1.0"
8- description = " Python tools for R-learner nuisance estimation and CATE workflows."
9- requires-python = " >=3.10"
10- dependencies = [
11- " numpy>=1.24" ,
12- " scikit-learn>=1.3" ,
13- " scipy>=1.11" ,
14- ]
15-
16- [tool .setuptools ]
17- package-dir = {"" = " src" }
18-
19- [tool .setuptools .packages .find ]
1+ [build-system ]
2+ requires = [" setuptools>=68" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " rlearner"
7+ version = " 0.1.0"
8+ description = " Python tools for R-learner nuisance estimation and CATE workflows."
9+ requires-python = " >=3.10"
10+ dependencies = [
11+ " numpy>=1.24" ,
12+ " scikit-learn>=1.3" ,
13+ " scipy>=1.11" ,
14+ ]
15+
16+ [tool .setuptools ]
17+ package-dir = {"" = " src" }
18+
19+ [tool .setuptools .packages .find ]
2020where = [" src" ]
You can’t perform that action at this time.
0 commit comments