From 15b4ca185a9bee644440efb27f9f3150e09384d9 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Fri, 14 Jun 2024 23:04:13 -0400 Subject: [PATCH] Add versions for dependencies. --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eea0446..a517ec2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,13 +21,13 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "numpy", - "pandas", - "scipy", - "statsmodels", - "tabulate", - "Jinja2", - "openpyxl", + "Jinja2 >= 3.1.4", + "numpy >= 1.19.1", + "openpyxl >= 3.1.2", + "pandas >= 2.0.3", + "scipy >= 1.10.1", + "statsmodels >= 0.14.1", + "tabulate >= 0.9.0", ] [tool.black] @@ -39,4 +39,4 @@ reportMissingImports = true [project.urls] homepage = "https://github.com/tompollard/tableone/" documentation = "https://tableone.readthedocs.io/" -repository = "https://github.com/tompollard/tableone/" \ No newline at end of file +repository = "https://github.com/tompollard/tableone/"