Skip to content

Commit

Permalink
enable python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed May 5, 2023
1 parent 7abdf9f commit 5e7723d
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wildboottest"
version = "0.1.12"
version = "0.1.13"
description = "Wild Cluster Bootstrap Inference for Linear Models in Python"
authors = [
"Alexander Fischer <[email protected]>",
Expand All @@ -22,7 +22,7 @@ repository="https://github.com/s3alfisc/wildboottest"


[tool.poetry.dependencies]
python=">=3.8,<3.11"
python=">=3.7,<3.11"
numba="^0.55"
numpy="^1.18"
pandas="^1.4"
Expand Down

0 comments on commit 5e7723d

Please sign in to comment.