Skip to content

Commit

Permalink
Relaxed depedency version requirements for sympy and cython (#1062)
Browse files Browse the repository at this point in the history
relaxed depedency version requirements

Signed-off-by: Amit Sharma <amit_sharma@live.com>
  • Loading branch information
amit-sharma authored Nov 6, 2023
1 parent ef91e18 commit d8e662b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ files = ["dowhy/__init__.py"]
#
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
cython = "^0.29.32"
cython = ">=0.29.32"
scipy = ">=1.4.1"
statsmodels = ">=0.13.5"
numpy = ">=1.20"
pandas = ">=1.4.3"
networkx = ">=2.8.5"
sympy = "^1.10.1"
sympy = ">=1.10.1"
scikit-learn = ">1.0"
pydot = { version = "^1.4.2", optional = true }
joblib = ">=1.1.0"
Expand Down

0 comments on commit d8e662b

Please sign in to comment.