From cd4a1af1fdda775b4d792be35c7b843d89ddf19e Mon Sep 17 00:00:00 2001 From: Bernardo Dionisi Date: Sat, 14 Jan 2023 15:59:05 -0500 Subject: [PATCH] fix dependency --- poetry.lock | 2 +- pyproject.toml | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ef44627..3ef1f9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1854,7 +1854,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = ">=3.8,<4.0.0" -content-hash = "8f58953f4560e4088cdcc20f7dabc3b941e5b5b2b4d15fc48749eccaa436c368" +content-hash = "2bee532a2f0dfd268e2d3e181faff126f0bbbb6e2976531de78bac1193d69cbe" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index 7504aa4..64abce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" @@ -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" diff --git a/requirements.txt b/requirements.txt index e180310..5e625ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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