@@ -3,17 +3,18 @@ requires = [
3
3
" setuptools>=64" ,
4
4
" setuptools_scm[toml]>=6.2" ,
5
5
" wheel"
6
- ]
6
+ ]
7
7
build-backend = " setuptools.build_meta"
8
+
8
9
[project ]
9
- name = " causal_testing_framework"
10
- authors =[{ name = " The CITCOM team" }]
11
- description = " A framework for causal testing using causal directed acyclic graphs."
12
- readme = " README.md"
13
- requires-python = " >=3.9"
14
- license = {text = " MIT" }
15
- keywords = [" causal inference" , " verification" ]
16
- dependencies = [
10
+ name = " causal_testing_framework"
11
+ authors = [{ name = " The CITCOM team" }]
12
+ description = " A framework for causal testing using causal directed acyclic graphs."
13
+ readme = " README.md"
14
+ requires-python = " >=3.9"
15
+ license = { text = " MIT" }
16
+ keywords = [" causal inference" , " verification" ]
17
+ dependencies = [
17
18
" econml~=0.12" ,
18
19
" fitter~=1.4" ,
19
20
" lhsmdu~=1.1" ,
@@ -25,29 +26,29 @@ build-backend = "setuptools.build_meta"
25
26
" statsmodels~=0.13" ,
26
27
" tabulate~=0.8" ,
27
28
" z3_solver~=4.11.2" ,
28
- ] # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
29
- dynamic = [" version" ]
29
+ ] # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
30
+ dynamic = [" version" ]
30
31
31
32
[project .optional-dependencies ]
32
- dev = [
33
- " autopep8" ,
34
- " isort" ,
35
- " pytest" ,
36
- " pylint" ,
37
- " black" ,
38
- " autoapi" ,
39
- " myst-parser" ,
40
- " sphinx-autoapi" ,
41
- " sphinx_rtd_theme" ,
42
- ]
33
+ dev = [
34
+ " autopep8" ,
35
+ " isort" ,
36
+ " pytest" ,
37
+ " pylint" ,
38
+ " black" ,
39
+ " autoapi" ,
40
+ " myst-parser" ,
41
+ " sphinx-autoapi" ,
42
+ " sphinx_rtd_theme" ,
43
+ ]
43
44
44
45
[project .urls ]
45
- Bug_Tracker = " https://github.com/CITCOM-project/CausalTestingFramework/issues"
46
- Documentation = " https://causal-testing-framework.readthedocs.io/"
47
- Source = " https://github.com/CITCOM-project/CausalTestingFramework"
46
+ Bug_Tracker = " https://github.com/CITCOM-project/CausalTestingFramework/issues"
47
+ Documentation = " https://causal-testing-framework.readthedocs.io/"
48
+ Source = " https://github.com/CITCOM-project/CausalTestingFramework"
48
49
49
50
[tool .setuptools .packages ]
50
- find = {}
51
+ find = { }
51
52
52
53
[tool .setuptools_scm ]
53
54
0 commit comments