We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fb065 commit 4b00e26Copy full SHA for 4b00e26
pyproject.toml
@@ -4,7 +4,21 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "python-synthpop"
7
+version = "0.0.1"
8
description = "Python implementation of the R package synthpop for generating synthetic data"
9
authors = [
10
{name = "Algorithm Audit"}
11
]
12
+requires-python = ">=3.8"
13
+dependencies = [
14
+ "numpy>=1.20.0",
15
+ "pandas>=1.3.0",
16
+ "scikit-learn>=1.0.0",
17
+]
18
+readme = "README.md"
19
+license = {file = "LICENSE"}
20
+
21
+[project.optional-dependencies]
22
+dev = [
23
+ "pytest>=7.0.0",
24
0 commit comments