Skip to content

Commit

Permalink
relax dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed Sep 1, 2024
1 parent 2321cd4 commit 56752e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
24 changes: 8 additions & 16 deletions poetry.lock

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

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wildboottest"
version = "0.3.1"
version = "0.3.2"
description = "Wild Cluster Bootstrap Inference for Linear Models in Python"
authors = [
"Alexander Fischer <[email protected]>",
Expand All @@ -26,13 +26,12 @@ 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]
pytest = ">=7.0.0"
poetry = ">=1.4.2"
numba=">=0.57"
numpy=">=1.22"
pandas=">=1.4"
Expand Down
3 changes: 2 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
rpy2>=3.5.0
rpy2>=3.5.0
pytest>=7.2.0

0 comments on commit 56752e8

Please sign in to comment.