File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" setuptools>=45" ,
4
- " setuptools_scm>=6.2" ,
4
+ " setuptools_scm[toml] >=6.2" ,
5
5
" wheel"
6
6
]
7
7
build-backend = " setuptools.build_meta"
@@ -14,17 +14,17 @@ build-backend = "setuptools.build_meta"
14
14
license = {text = " MIT" }
15
15
keywords = [" causal inference" , " verification" ]
16
16
dependencies = [
17
- " econml~=0.12.0 " ,
18
- " fitter~=1.4.0 " ,
17
+ " econml~=0.12" ,
18
+ " fitter~=1.4" ,
19
19
" lhsmdu~=1.1" ,
20
- " networkx~=2.6.3 " ,
21
- " numpy~=1.22.4 " ,
22
- " pandas~=1.3.5 " ,
23
- " scikit_learn~=1.1.2 " ,
24
- " scipy~=1.7.3 " ,
25
- " statsmodels~=0.13.2 " ,
26
- " tabulate~=0.8.10 " ,
27
- " z3_solver~=4.11.2 " ,
20
+ " networkx~=2.6" ,
21
+ " numpy~=1.22" ,
22
+ " pandas~=1.3" ,
23
+ " scikit_learn~=1.1" ,
24
+ " scipy~=1.7" ,
25
+ " statsmodels~=0.13" ,
26
+ " tabulate~=0.8" ,
27
+ " z3_solver~=4.11" ,
28
28
]
29
29
dynamic = [" version" ]
30
30
You can’t perform that action at this time.
0 commit comments