Skip to content

Commit d8e662b

Browse files
authored
Relaxed depedency version requirements for sympy and cython (#1062)
relaxed depedency version requirements Signed-off-by: Amit Sharma <amit_sharma@live.com>
1 parent ef91e18 commit d8e662b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ files = ["dowhy/__init__.py"]
5252
#
5353
[tool.poetry.dependencies]
5454
python = ">=3.8,<3.12"
55-
cython = "^0.29.32"
55+
cython = ">=0.29.32"
5656
scipy = ">=1.4.1"
5757
statsmodels = ">=0.13.5"
5858
numpy = ">=1.20"
5959
pandas = ">=1.4.3"
6060
networkx = ">=2.8.5"
61-
sympy = "^1.10.1"
61+
sympy = ">=1.10.1"
6262
scikit-learn = ">1.0"
6363
pydot = { version = "^1.4.2", optional = true }
6464
joblib = ">=1.1.0"

0 commit comments

Comments
 (0)