Skip to content

Commit 5313960

Browse files
Add files via upload
1 parent 98ec649 commit 5313960

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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]
2020
where = ["src"]

0 commit comments

Comments
 (0)