Skip to content

Commit

Permalink
move pytest, poetry from runtime to dev dependencies, relax versions,…
Browse files Browse the repository at this point in the history
… update lock file
  • Loading branch information
s3alfisc committed Sep 1, 2024
1 parent 58e5cbb commit 17715d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 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.

3 changes: 1 addition & 2 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"

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

0 comments on commit 17715d2

Please sign in to comment.