Skip to content

Commit

Permalink
Merge pull request #114 from py-econometrics/update-requirements
Browse files Browse the repository at this point in the history
Relax Dependencies
  • Loading branch information
s3alfisc authored Sep 1, 2024
2 parents 0fd07cb + e22e5e3 commit 978288e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
28 changes: 10 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ python=">=3.8,<4.0"
numba=">=0.57"
numpy=">=1.18"
pandas=">=1.4"
pytest="^7.2.0"
statsmodels=">=0.13"
tabulate = "^0.9.0"
poetry = "^1.4.2"
tabulate = ">=0.9.0"

[tool.poetry.dev-dependencies]
poetry = ">=1.4.2"
pytest = ">=7.0.0"
numba=">=0.57"
numpy=">=1.22"
Expand Down

0 comments on commit 978288e

Please sign in to comment.