Skip to content

Commit

Permalink
Relax Cython dependency
Browse files Browse the repository at this point in the history
Relax Cython dependency until py-why#1037

Signed-off-by: Leo Gallucci <elgalu3@gmail.com>
  • Loading branch information
elgalu authored Sep 21, 2023
1 parent 0b51088 commit 8ca0ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ 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"
Expand Down

0 comments on commit 8ca0ea7

Please sign in to comment.