File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
conda install -c conda-forge pygraphviz
26
26
python --version
27
- pip install -e .
27
+ pip install -e . --no-cache-dir
28
28
pip install -e .[test]
29
29
pip install pytest pytest-cov
30
30
shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ requires-python = ">=3.9"
15
15
license = { text = " MIT" }
16
16
keywords = [" causal inference" , " verification" ]
17
17
dependencies = [
18
+ " z3_solver~=4.11.2" , # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
18
19
" econml~=0.12" ,
19
20
" fitter~=1.4" ,
20
21
" lhsmdu~=1.1" ,
@@ -24,9 +25,8 @@ dependencies = [
24
25
" scikit_learn~=1.1" ,
25
26
" scipy~=1.7" ,
26
27
" statsmodels~=0.13" ,
27
- " tabulate~=0.8" ,
28
- " z3_solver~=4.11.2" ,
29
- ] # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
28
+ " tabulate~=0.8"
29
+ ]
30
30
dynamic = [" version" ]
31
31
32
32
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments