Skip to content

Commit 19e64b4

Browse files
Remove dependency minor versions
1 parent 8c24c6a commit 19e64b4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=45",
4-
"setuptools_scm>=6.2",
4+
"setuptools_scm[toml]>=6.2",
55
"wheel"
66
]
77
build-backend = "setuptools.build_meta"
@@ -14,17 +14,17 @@ build-backend = "setuptools.build_meta"
1414
license = {text = "MIT"}
1515
keywords = ["causal inference", "verification"]
1616
dependencies = [
17-
"econml~=0.12.0",
18-
"fitter~=1.4.0",
17+
"econml~=0.12",
18+
"fitter~=1.4",
1919
"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",
2828
]
2929
dynamic = ["version"]
3030

0 commit comments

Comments
 (0)