Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardodionisi committed Jan 14, 2023
1 parent 5d23c71 commit cd4a1af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

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 = "differences"
version = "0.1.1"
version = "0.1.2"
description = "difference-in-differences estimation and inference in Python"
authors = ["Bernardo Dionisi <[email protected]>"]
readme = "README.md"
Expand All @@ -27,7 +27,7 @@ include = [
python = ">=3.8,<4.0.0"
pandas = ">=1.2"
numpy = ">=1.16"
scipy = ">=1.7.3"
scipy = ">=1.8"
formulaic = ">=0.3.4,<0.4.0"
linearmodels = ">=4.25"
statsmodels = ">=0.13,<1.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas>=1.2
numpy>=1.16
scipy>=1.7.3
scipy>=1.8
formulaic>=0.3.4,<0.4.0
linearmodels>=4.25
statsmodels>=0.13,<1.0
Expand Down

0 comments on commit cd4a1af

Please sign in to comment.